Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Base128Decoder ¶
type Base128Decoder struct {
// contains filtered or unexported fields
}
func NewU32Base128Decoder ¶
func NewU32Base128Decoder(r io.ByteReader) *Base128Decoder
func NewU64Base128Decoder ¶
func NewU64Base128Decoder(r io.ByteReader) *Base128Decoder
func (*Base128Decoder) GetU32 ¶
func (b *Base128Decoder) GetU32() (uint32, error)
func (*Base128Decoder) GetU64 ¶
func (b *Base128Decoder) GetU64() (uint64, error)
type Base128Encoder ¶
type Base128Encoder struct {
// contains filtered or unexported fields
}
func NewU32Base128Encoder ¶
func NewU32Base128Encoder(w io.Writer) *Base128Encoder
func NewU64Base128Encoder ¶
func NewU64Base128Encoder(w io.Writer) *Base128Encoder
func (*Base128Encoder) Close ¶
func (b *Base128Encoder) Close()
type U32GroupVarintDecoder ¶
type U32GroupVarintDecoder struct {
// contains filtered or unexported fields
}
func NewU32GroupVarintDecoder ¶
func NewU32GroupVarintDecoder(r io.ByteReader) *U32GroupVarintDecoder
func (*U32GroupVarintDecoder) GetU32 ¶
func (b *U32GroupVarintDecoder) GetU32() (uint32, error)
type U32GroupVarintEncoder ¶
type U32GroupVarintEncoder struct {
// contains filtered or unexported fields
}
func NewU32GroupVarintEncoder ¶
func NewU32GroupVarintEncoder(w io.Writer) *U32GroupVarintEncoder
func (*U32GroupVarintEncoder) Close ¶
func (b *U32GroupVarintEncoder) Close()
func (*U32GroupVarintEncoder) Flush ¶
func (b *U32GroupVarintEncoder) Flush() (int, error)
type U32VarintDecoder ¶
type U32VarintEncoder ¶
type U64VarintDecoder ¶
type U64VarintEncoder ¶
Click to show internal directories.
Click to hide internal directories.