Library: Foundation
Package: Streams
Header: Poco/MemoryStream.h
An input stream for reading from a memory area.
Direct Base Classes: MemoryIOS, std::istream
All Base Classes: MemoryIOS, std::ios, std::istream
Inherited Functions: rdbuf
MemoryInputStream(
const char * pBuffer,
std::streamsize bufferSize
);
Creates a MemoryInputStream for the given memory area, ready for reading.
Destroys the MemoryInputStream.