Constructor ByteBufferStream
ByteBufferStream(IByteBuffer, bool)
Initializes a new instance of the Byte
Parameters
buffer
IByteBuffer The buffer.
ownsBuffer
boolWhether the stream owns the buffer and should Dispose it when done.
Initializes a new instance of the Byte
buffer
IByteThe buffer.
ownsBuffer
boolWhether the stream owns the buffer and should Dispose it when done.