Crate dotnet_binary_io

Source
Expand description

Reads and writes buffers using the same encoding rules as .NET’s System.IO.BinaryWriter.

§References

Structs§

BinaryReader
Reads values from a slice of bytes. The values are encoded using the rules defined by .NET’s System.IO.BinaryWriter.
BinaryWriter
Encodes binary values, using the same rules as .NET’s System.IO.BinaryWriter.

Enums§

BinaryReaderError
Error type for BinaryReader
BinaryWriterError
Error type for some write_* functions of BinaryWriter.