Home
last modified time | relevance | path

Searched refs:CBinderOutStream (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Common/
DStreamBinder.cpp24 class CBinderOutStream: class
32 ~CBinderOutStream() { _binder->CloseWrite(); } in ~CBinderOutStream()
33 CBinderOutStream(CStreamBinder *binder): _binder(binder) {} in CBinderOutStream() function in CBinderOutStream
36 STDMETHODIMP CBinderOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize) in Write()
80 CBinderOutStream *outStreamSpec = new CBinderOutStream(this); in CreateStreams()