Documentation ¶
Index ¶
- type ByteReader
- func (r *ByteReader) Len() int
- func (r *ByteReader) Read(b []byte) (n int, err error)
- func (r *ByteReader) ReadAt(b []byte, off int64) (n int, err error)
- func (r *ByteReader) ReadByte() (byte, error)
- func (r *ByteReader) Size() int64
- func (r *ByteReader) Skip(n int64) error
- func (r *ByteReader) Tell() int64
- type ModuleReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteReader ¶
type ByteReader struct {
// contains filtered or unexported fields
}
func NewByteReader ¶
func NewByteReader(b []byte) *ByteReader
func (*ByteReader) Len ¶
func (r *ByteReader) Len() int
func (*ByteReader) ReadByte ¶
func (r *ByteReader) ReadByte() (byte, error)
func (*ByteReader) Size ¶
func (r *ByteReader) Size() int64
func (*ByteReader) Skip ¶
func (r *ByteReader) Skip(n int64) error
func (*ByteReader) Tell ¶
func (r *ByteReader) Tell() int64
type ModuleReader ¶
type ModuleReader struct {
// contains filtered or unexported fields
}
func (*ModuleReader) ReadModule ¶
func (r *ModuleReader) ReadModule()
Click to show internal directories.
Click to hide internal directories.