# Functions
ByteSliceFromFloat32Slice casts b to []byte.
ByteSliceFromFloat64Slice casts b to []byte.
ByteSliceFromInt16Slice casts b to []byte.
ByteSliceFromInt32Slice casts b to []byte.
ByteSliceFromInt64Slice casts b to []byte.
ByteSliceFromInt8Slice casts b to []byte.
ByteSliceFromString casts b to []byte.
ByteSliceFromUint16Slice casts b to []byte.
ByteSliceFromUint32Slice casts b to []byte.
ByteSliceFromUint64Slice casts b to []byte.
ByteSliceFromUint8Slice casts b to []byte.
Float32SliceFromByteSlice casts b to []byte.
Float64SliceFromByteSlice casts b to []byte.
GetByteOrder returns the BigEndian or LittleEndian according to the b.
Int16SliceFromByteSlice casts b to []int16.
Int32SliceFromByteSlice casts b to []int32.
Int64SliceFromByteSlice casts b to []int6.
Int8SliceFromByteSlice casts b to []int8.
NewBuffer inits a Buffer object.
NewReader returns a reader instance which implement the Reader.
NewWriter inits a writer with io.Writer.
StringFromByteSlice casts b to string.
Uint16SliceFromByteSlice casts b to []uint16.
Uint32SliceFromByteSlice casts b to []uint32.
Uint64SliceFromByteSlice casts b to []uint64.
Uint8SliceFromByteSlice casts b to []uint8.
# Constants
BigEndianByte is the byte type of BigEndian.
EmptySpace is the bytes format of space.
LittleEndianByte is the byte type of LittleEndian.
NewLine is the byte format of \n.
StringSep is the bytes format of string sep.
Useful constants.
Useful constants.
Useful constants.
Useful constants.
Useful constants.
# Variables
APIBytes is the bytes format of API.
BigEndian is the big-endian implementation of ByteOrder.
LittleEndian is the little-endian implementation of ByteOrder.
Msg is the bytes format of MSG.
RespOK is the bytes format of OK.