 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- type Buffer
- func (p *Buffer) Buffer() []byte
- func (p *Buffer) Len() int
- func (p *Buffer) ReadAt(buf []byte, off int64) (n int, err error)
- func (p *Buffer) Truncate(fsize int64) (err error)
- func (p *Buffer) WriteAt(buf []byte, off int64) (n int, err error)
- func (p *Buffer) WriteStringAt(buf string, off int64) (n int, err error)
 
- type Reader
- type Writer
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) SeekToBegin ¶
 Click to show internal directories. 
   Click to hide internal directories. 

