Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bytes ¶
type Bytes interface { Raw Reader Writer Slice(offset int, size int) Bytes LittleEndian() Bytes BigEndian() Bytes }
Bytes object for manipulating arbitrary byte arrays
func NewLittleEndian ¶
NewLittleEndian little endian ordering of bytes
type Raw ¶
type Raw interface {
Raw() *[]byte
}
Raw returns just the bytes without any assumptions about layout
Click to show internal directories.
Click to hide internal directories.