Name | Description | |
---|---|---|
![]() | Reset | Clears all currently written bytes and resets the byte writer. |
![]() | ToArray | Gets the underlying byte array. |
![]() | WriteByte | Writes a byte. |
![]() | WriteByteArray | Writes the specifed byte array. |
![]() | WriteBytes | Overloaded. Writes an array of bytes. |
![]() | WriteDoubleBE | Writes a double (big endian). |
![]() | WriteDoubleLE | Writes a double (little endian). |
![]() | WriteInt32Array | Writes the specifed int array. |
![]() | WriteInt32BE | Writes an int (big endian). |
![]() | WriteInt32LE | Writes an int (little endian). |
![]() | WriteSingleBE | Writes a single (big endian). |
![]() | WriteSingleLE | Writes a single (little endian). |
![]() | WriteUInt16BE | Writes an unsigned short (big endian). |
![]() | WriteUInt16LE | Writes an unsigned short (little endian). |
![]() | WriteUInt32BE | Writes an unsigned int (big endian). |
![]() | WriteUInt32LE | Writes an unsigned int (little endian). |