Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ByteDecoder ¶
type ByteDecoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func NewDecoder(b io.ByteReader) *ByteDecoder
func (*ByteDecoder) ReadInt32 ¶
func (d *ByteDecoder) ReadInt32() (val int32, ok bool)
func (*ByteDecoder) ReadInt64 ¶
func (d *ByteDecoder) ReadInt64() (val int64, ok bool)
type ByteEncoder ¶
type ByteEncoder struct {
// contains filtered or unexported fields
}
func (*ByteEncoder) AppendInt32 ¶
func (b *ByteEncoder) AppendInt32(val int32)
func (*ByteEncoder) AppendInt64 ¶
func (b *ByteEncoder) AppendInt64(val int64)
func (*ByteEncoder) Bytes ¶
func (b *ByteEncoder) Bytes() []byte
func (*ByteEncoder) Mark ¶
func (b *ByteEncoder) Mark()
Click to show internal directories.
Click to hide internal directories.