DataWriter Fields |
The DataWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CHAR_BUF_MASK |
Bitmask used against a raw offset to determine the offset within
the temporary character buffer.
|
![]() ![]() | CHAR_BUF_SIZE |
Size of the temporary character buffer. Must be a power of 2.
Size is: 256 characters (.25 KB).
|
![]() | m_achBuf |
A lazily instantiated temp buffer used to avoid allocations from
and repeated calls to String functions.
|
![]() | OutStream | Holds the underlying stream. (Inherited from BinaryWriter.) |