other-licenses/7zstub/src/7zip/Common/StreamUtils.h

branch
TOR_BUG_9701
changeset 8
97036ab72558
equal deleted inserted replaced
-1:000000000000 0:19570ed362ad
1 // StreamUtils.h
2
3 #ifndef __STREAMUTILS_H
4 #define __STREAMUTILS_H
5
6 #include "../IStream.h"
7
8 HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size, UInt32 *processedSize);
9 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt32 size, UInt32 *processedSize);
10
11 #endif

mercurial