BCM WL 6.30.102.9 (r366174)
[tomato.git] / release / src-rt / linux / linux-2.6 / scripts / squashfs / lzma / C / 7zip / Common / StreamUtils.h
blobc8cd8cef1a02fd49f2080843f130a171b52718cc
1 // StreamUtils.h
3 #ifndef __STREAMUTILS_H
4 #define __STREAMUTILS_H
6 #include "../IStream.h"
8 HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size, UInt32 *processedSize);
9 HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt32 size, UInt32 *processedSize);
11 #endif