Documentation
¶
Index ¶
- type Reader
- func (r *Reader) DumpString(off int64) string
- func (r *Reader) GetBody() []byte
- func (r *Reader) Len() int
- func (r *Reader) Read(p []byte) (int, error)
- func (r *Reader) Read2EOF() ([]byte, error)
- func (r *Reader) ReadAt(p []byte, off int64) (int, error)
- func (r *Reader) ReadByte() (byte, error)
- func (r *Reader) ReadBytes(size int64) ([]byte, error)
- func (r *Reader) Rest() int64
- func (r *Reader) Seek(offset int64, whence int) (int64, error)
- func (r *Reader) Size() int64
- func (r *Reader) WriteTo(w io.Writer) (int64, 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
}
Reader class as reading stream for []byte buffer
func (*Reader) DumpString ¶
DumpString returns string of byte dump (not move offset)
Click to show internal directories.
Click to hide internal directories.