Documentation ¶
Index ¶
- type Reader
- func (r *Reader) Offset() int64
- func (r *Reader) Read(b []byte) (int, error)
- func (r *Reader) ReadString(len int64) string
- func (r *Reader) ReadULEB128() (value uint64)
- func (r *Reader) ReadUint32() uint32
- func (r *Reader) ReadUint64() uint64
- func (r *Reader) ReadUint8() uint8
- func (r *Reader) Seek(offset int64, whence int) (ret int64, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
func (*Reader) ReadString ¶
func (*Reader) ReadULEB128 ¶
func (*Reader) ReadUint32 ¶
func (*Reader) ReadUint64 ¶
Click to show internal directories.
Click to hide internal directories.