IBinaryWriter
Description
- Derived from
- Extended by
Base interface for classes that sequentially write data to a binary stream.
Public / Methods
WriteFloat32
Writes a 32-bit floating point value to the data stream.
- IOException
-
If an I/O error has occurred.
WriteFloat32s
Writes 32-bit floating point values to the data stream.
- IOException
-
If an I/O error has occurred.
WriteFloat64
Writes a 64-bit floating point value to the data stream.
- IOException
-
If an I/O error has occurred.
WriteFloat64s
Writes 64-bit floating point values to the data stream.
- IOException
-
If an I/O error has occurred.
WriteInt16
Writes a signed 16-bit integer value to the data stream.
- IOException
-
If an I/O error has occurred.
WriteInt16s
Writes signed 16-bit integer values to the data stream.
- IOException
-
If an I/O error has occurred.
WriteInt32
Writes a signed 32-bit integer value to the data stream.
- IOException
-
If an I/O error has occurred.
WriteInt32s
Writes signed 32-bit integer values to the data stream.
- IOException
-
If an I/O error has occurred.
WriteInt64
Writes a signed 64-bit integer value to the data stream.
- IOException
-
If an I/O error has occurred.
WriteInt64s
Writes signed 64-bit integer values to the data stream.
- IOException
-
If an I/O error has occurred.
WriteInt8s
Writes signed 8-bit integer values to the data stream.
- IOException
-
If an I/O error has occurred.