Click or drag to resize

BitStream Constructor

[This is preliminary documentation and is subject to change.]

Overload List
  NameDescription
Public methodBitStream
A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.
Public methodBitStream(Byte)
A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data. NOTE: when using a pre-allocated buffer, the stream will not grow!
Public methodBitStream(Int32)
A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.
Public methodBitStream(Single)
A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.
Public methodBitStream(Int32, Single)
A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.
Public methodBitStream(Byte, Int32, Int32)
A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.
Top
See Also