Documentation
¶
Overview ¶
package sbe implements simple binary encoding formats for serializing and deserializing data.
Index ¶
- func AppendLP(out []byte, x []byte) []byte
- func AppendUVarint(out []byte, x uint64) []byte
- func AppendUint32(out []byte, x uint32) []byte
- func ReadLP(x []byte) ([]byte, []byte, error)
- func ReadUVarint(x []byte) (uint64, []byte, error)
- func ReadUint32(x []byte) (uint32, []byte, error)
- func Uint64Bytes(x uint64) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendUVarint ¶
func AppendUint32 ¶
func Uint64Bytes ¶
Uint64Bytes returns x as bytes in little endian order.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.