Base class: Stream
This class provides a mechanism to read from and write to a block of memory as if it were a file.
Property | Type | Description |
---|---|---|
data | const shared_ptr<Buffer>& | read-only stream data buffer |
CreateBufferStream | Function | Creates a new BufferStream object. |