BitStream Constructor |
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
| BitStream |
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.
| |
| BitStream(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!
| |
| BitStream(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.
| |
| BitStream(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.
| |
| BitStream(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.
| |
| BitStream(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.
|