Documentation ¶
Index ¶
- type Reader
- func (b *Reader) Alloc() uint32
- func (b *Reader) Bool() bool
- func (b *Reader) Bytes() []byte
- func (b *Reader) Float64() float64
- func (b *Reader) Float64s() []float64
- func (b *Reader) Int() int
- func (b *Reader) Int32() int32
- func (b *Reader) Ints() []int
- func (b *Reader) String() string
- func (b *Reader) Strings() []string
- type Writer
- func (b *Writer) Alloc(size uint32) error
- func (b *Writer) Bool(v bool) error
- func (b *Writer) Bytes(v []byte) error
- func (b *Writer) Float64(v float64) error
- func (b *Writer) Float64s(v []float64) error
- func (b *Writer) Int(v int) error
- func (b *Writer) Int32(v int32) error
- func (b *Writer) Ints(v []int) error
- func (b *Writer) String(v string) error
- func (b *Writer) Strings(vs []string) error
- func (b *Writer) ToBytes() []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
Reader represents binary reader
Click to show internal directories.
Click to hide internal directories.