Documentation
¶
Index ¶
- type Bytes
- func (Bytes) FromF32(src []float32, dst []byte, bigEndian bool) int
- func (Bytes) FromF64(src []float64, dst []byte, bigEndian bool) int
- func (Bytes) FromI16(src []int16, dst []byte, bigEndian bool) int
- func (Bytes) FromI32(src []int32, dst []byte, bigEndian bool) int
- func (Bytes) FromI64(src []int64, dst []byte, bigEndian bool) int
- func (Bytes) FromI8(src []int8, dst []byte) int
- func (b Bytes) FromSlice(i interface{}, dst []byte, bigEndian bool) (n int, err error)
- func (Bytes) FromU16(src []uint16, dst []byte, bigEndian bool) int
- func (Bytes) FromU32(src []uint32, dst []byte, bigEndian bool) int
- func (Bytes) FromU64(src []uint64, dst []byte, bigEndian bool) int
- func (b Bytes) FromValue(src reflect.Value, dst []byte, bigEndian bool) (n int, err error)
- func (Bytes) ToF32(src []byte, dst []float32, bigEndian bool) int
- func (Bytes) ToF64(src []byte, dst []float64, bigEndian bool) int
- func (Bytes) ToI16(src []byte, dst []int16, bigEndian bool) int
- func (Bytes) ToI32(src []byte, dst []int32, bigEndian bool) int
- func (Bytes) ToI64(src []byte, dst []int64, bigEndian bool) int
- func (Bytes) ToI8(src []byte, dst []int8) int
- func (b Bytes) ToSlice(src []byte, i interface{}, bigEndian bool) (n int, err error)
- func (Bytes) ToU16(src []byte, dst []uint16, bigEndian bool) int
- func (Bytes) ToU32(src []byte, dst []uint32, bigEndian bool) int
- func (Bytes) ToU64(src []byte, dst []uint64, bigEndian bool) int
- func (b Bytes) ToValue(src []byte, dst reflect.Value, bigEndian bool) (n int, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bytes ¶
type Bytes struct{}
Bytes byte provider that does not use unsafe
Click to show internal directories.
Click to hide internal directories.