Documentation ¶
Index ¶
- type Bytes
- func (bs *Bytes) Append(b byte)
- func (bs *Bytes) AppendBytes(other *Bytes)
- func (bs *Bytes) CopySegment(dst uint64, other *Bytes, src uint64, count uint64)
- func (bs *Bytes) Get(i uint64) byte
- func (bs *Bytes) Len() uint64
- func (bs *Bytes) Print()
- func (bs *Bytes) Set(i uint64, b byte)
- func (bs *Bytes) Split(off uint64) *Bytes
- func (bs *Bytes) Subslice(start uint64, end uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bytes ¶
type Bytes struct {
Data []byte
}
Bytes wraps a byte slice []byte
func (*Bytes) AppendBytes ¶
func (*Bytes) CopySegment ¶
Click to show internal directories.
Click to hide internal directories.