Page MenuHomePhabricator

StreamUtils.h
No OneTemporary

Size
302 B
Referenced Files
None
Subscribers
None

StreamUtils.h

// StreamUtils.h
#ifndef __STREAMUTILS_H
#define __STREAMUTILS_H
#include "../IStream.h"
HRESULT ReadStream(ISequentialInStream *stream, void *data, UInt32 size, UInt32 *processedSize);
HRESULT WriteStream(ISequentialOutStream *stream, const void *data, UInt32 size, UInt32 *processedSize);
#endif

File Metadata

Mime Type
text/x-c
Expires
Fri, Nov 21, 7:58 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1361439
Default Alt Text
StreamUtils.h (302 B)

Event Timeline