package
0.0.0-20241212132234-0076f9e1ccd7
Repository: https://github.com/basecomplextech/baselibrary.git
Documentation: pkg.go.dev

# Functions

Int32 decodes an int32 value and the number of bytes read.
Int64 decodes an int64 value and the number of bytes read.
PutInt32 encodes an int32 into b and returns the number of bytes written.
PutInt64 encodes an int64 into b and returns the number of bytes written.
PutReverseInt32 encodes an int32 into the b end and returns the number of bytes written.
PutReverseInt64 encodes an int64 into the b end and returns the number of bytes written.
PutReverseUint32 encodes a uint32 into the b end and returns the number of bytes written.
PutReverseUint64 encodes a uint64 into the b end and returns the number of bytes written.
PutUint32 encodes a uint32 into b and returns the number of bytes written.
PutUint64 encodes a uint64 into b and returns the number of bytes written.
ReverseInt32 decodes an int32 value from the b end and the number of bytes read.
ReverseInt64 decodes an int64 value from the b end and the number of bytes read.
ReverseSize decodes and returns the size of an int from the b end, or 0 on error.
ReverseUint32 returns a uint32 value and the number of bytes read.
ReverseUint64 returns a uint64 value and the number of bytes read.
Size decodes and returns the size of an int, or 0 on error.
Uint32 decodes a uint32 value and the number of bytes read.
Uint64 decodes a uint64 value and the number of bytes read.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author