Documentation ¶
Index ¶
- type VmReader
- func (r *VmReader) Length() int
- func (r *VmReader) Position() int
- func (r *VmReader) ReadByte() (byte, error)
- func (r *VmReader) ReadBytes(count int) []byte
- func (r *VmReader) ReadInt16() int16
- func (r *VmReader) ReadInt32() int32
- func (r *VmReader) ReadUInt32() uint32
- func (r *VmReader) ReadUInt64() uint64
- func (r *VmReader) ReadUint16() uint16
- func (r *VmReader) ReadVarBytes(max uint32) []byte
- func (r *VmReader) ReadVarInt(max uint64) uint64
- func (r *VmReader) ReadVarString(maxlen uint32) string
- func (r *VmReader) Reader() *bytes.Reader
- func (r *VmReader) Seek(offset int64, whence int) (int64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VmReader ¶
type VmReader struct { BaseStream []byte // contains filtered or unexported fields }
func NewVmReader ¶
func (*VmReader) ReadUInt32 ¶
func (*VmReader) ReadUInt64 ¶
func (*VmReader) ReadUint16 ¶
func (*VmReader) ReadVarBytes ¶
func (*VmReader) ReadVarInt ¶
func (*VmReader) ReadVarString ¶
Click to show internal directories.
Click to hide internal directories.