Namespace DotNext.Buffers.Binary
Classes
BinaryTransformations
Provides various binary transformations.
Structs
Blittable<T>
Represents a value of blittable type as IBinaryFormattable<TSelf>.
Leb128<T>
Represents encoder and decoder for 7-bit encoded integers.
Leb128<T>.Enumerator
Represents an enumerator that produces 7-bit encoded integer as a sequence of octets.
Interfaces
IBinaryFormattable<TSelf>
Represents an object that can be converted to and restored from the binary representation.