Documentation
¶
Index ¶
- type Decoder
- func (rr *Decoder) Bool() (value bool, ok bool)
- func (rr *Decoder) Byte() (value byte, ok bool)
- func (rr *Decoder) Bytes(n int) (value []byte, ok bool)
- func (rr *Decoder) Empty() bool
- func (rr *Decoder) Float32() (value float32, ok bool)
- func (rr *Decoder) Float64() (value float64, ok bool)
- func (rr *Decoder) Int16() (value int16, ok bool)
- func (rr *Decoder) Int32() (value int32, ok bool)
- func (rr *Decoder) Int64() (value int64, ok bool)
- func (rr *Decoder) SetSource(src []byte)
- func (rr *Decoder) Uint16() (value uint16, ok bool)
- func (rr *Decoder) Uint32() (value uint32, ok bool)
- func (rr *Decoder) Uint64() (value uint64, ok bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
Decoder provides data decoding from RowBinary format
Click to show internal directories.
Click to hide internal directories.