# Functions
NewCombined returns a combined instance of disk and memory.
NewDecoder creates a decoder.
NewEncoder creates an encoder.
No description provided by the author
No description provided by the author
No description provided by the author
PutFloat32 appens a float32 to the byte slice.
PutFloat64 appends a float64 to the byte slice.
PutUInt32 appends an uint32 to the byte slice.
PutUInt64 appends an uint64 to the byte slice.
ReadFloat32 reads a float32 from the byte slice.
ReadFloat64 reads a float64 from the byte slice.
ReadUInt32 reads an uint32 from the byte slice.
ReadUInt64 reads an uint64 from the byte slice.