Expand description
Reads and writes buffers using the same encoding rules as .NET’s System.IO.BinaryWriter.
§References
Structs§
- Binary
Reader - Reads values from a slice of bytes. The values are encoded using the rules defined by .NET’s
System.IO.BinaryWriter. - Binary
Writer - Encodes binary values, using the same rules as .NET’s
System.IO.BinaryWriter.
Enums§
- Binary
Reader Error - Error type for
BinaryReader - Binary
Writer Error - Error type for some
write_*functions ofBinaryWriter.