Library: Foundation
Package: Streams
Header: Poco/MemoryStream.h
An input stream for reading from a memory area.
Direct Base Classes: MemoryIOS, std::ostream
All Base Classes: MemoryIOS, std::ios, std::ostream
Member Functions: charsWritten
Inherited Functions: rdbuf
MemoryOutputStream(
char * pBuffer,
std::streamsize bufferSize
);
Creates a MemoryOutputStream for the given memory area, ready for writing.
Destroys the MemoryInputStream.
std::streamsize charsWritten() const;
Returns the number of chars written to the buffer.