Documentation
¶
Index ¶
- type Reader
- func (r *Reader) Bool() bool
- func (r *Reader) Byte() byte
- func (r *Reader) Bytes(n int) []byte
- func (r *Reader) Capacity(count uint32) int
- func (r *Reader) Data() []byte
- func (r *Reader) Float32() float32
- func (r *Reader) Int32() int32
- func (r *Reader) Position() int
- func (r *Reader) Remaining() int
- func (r *Reader) SetPosition(pos int)
- func (r *Reader) Slice(start int, end int) *Reader
- func (r *Reader) String() string
- func (r *Reader) Uint32() uint32
- func (r *Reader) Uint64() uint64
- type Writer
- func (w *Writer) Bool(v bool)
- func (w *Writer) Byte(v byte)
- func (w *Writer) Bytes(b []byte)
- func (w *Writer) Data() []byte
- func (w *Writer) Float32(v float32)
- func (w *Writer) Int32(v int32)
- func (w *Writer) Len() int
- func (w *Writer) String(v string)
- func (w *Writer) Uint32(v uint32)
- func (w *Writer) Uint64(v uint64)
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
}
func (*Reader) SetPosition ¶
Click to show internal directories.
Click to hide internal directories.