The BinaryWriterExtensions type exposes the following members.
 Methods
Methods
| Name | Description | |
|---|---|---|
|   | Align | 
            Outputs as many bytes as necessary to align the output to the specified boundary.
             | 
|   | Write(BinaryWriter, Int128) | 
            Writes a 128-bit value to the BinaryWriter.
             | 
|   | Write(BinaryWriter, Int128, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, Byte, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, Int16, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, Int32, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, Int64, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, SByte, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, UInt16, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, UInt32, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | Write(BinaryWriter, UInt64, DataSize) | 
            Writes a value to the BinaryWriter as a value with the specified size.
             | 
|   | WriteEncodedString(BinaryWriter, String, Encoding) | 
            Writes the specified string encoded as bytes with no terminating byte.
             | 
|   | WriteEncodedString(BinaryWriter, String, Encoding, Byte) | 
            Writes a string and the specified terminating byte.
             | 





