BinaryStream Constructor

Overload List

BinaryStream Creates a BinaryStream that is only in memory.
BinaryStream(Boolean) Creates a BinaryStream that is in memory only.
BinaryStream(MemoryPool) Initializes a new instance of the BinaryStream class using a specified memory pool.
BinaryStream(ISupportsBinaryStream, Boolean) Creates a BinaryStream that is at position 0 of the provided stream.

See Also