package
2.6.15+incompatible
Repository: https://github.com/meverselabs/meverse.git
Documentation: pkg.go.dev
# Functions
Amount returns a Amount of the byte array.
Amount returns a Amount of the byte array.
FillBytes reads bytes from the reader until the given bytes array is filled.
MustWriterToHash return bytes from writer to.
No description provided by the author
No description provided by the author
No description provided by the author
PutUint16 returns a byte array of the uint16 number.
Uint32 returns a byte array of the uint32 number.
Uint64 returns a byte array of the uint64 number.
ReadBool reads a bool using a uint8 from the reader.
ReadBytes reads a byte array from the reader.
ReadFromBytes return bytes from writer to.
ReadString reads a string array from the reader.
ReadUint16 reads a uint16 number from the reader.
ReadUint32 reads a uint32 number from the reader.
ReadUint64 reads a uint64 number from the reader.
ReadUint8 reads a uint8 number from the reader.
No description provided by the author
No description provided by the author
Uint16 returns a uint16 number of the byte array.
Uint16Bytes returns a byte array of the uint16 number.
Uint32 returns a uint32 number of the byte array.
Uint32Bytes returns a byte array of the uint32 number.
Uint64 returns a uint64 number of the byte array.
Uint64Bytes returns a byte array of the uint64 number.
WriteBool writes the bool using a uint8 to the writer.
WriteBytes writes the byte array bytes with the var-length-bytes to the writer.
WriterToBytes return bytes from writer to.
WriterToHash return bytes from writer to.
WriteString writes the string with the var-length-byte to the writer.
WriteUint16 writes the uint16 number to the writer.
WriteUint32 writes the uint32 number to the writer.
WriteUint64 writes the uint64 number to the writer.
WriteUint8 writes the uint8 number to the writer.
# Variables
util errors.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author