Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FragReaderConstructor ¶
type FullReader ¶
type FullReader struct {
// contains filtered or unexported fields
}
func NewFullReader ¶
func NewFullReader(r io.ReaderAt, initialOffset int64, d decompress.Decompressor, sizes []uint32, finalBlockSize uint64, blockSize uint32) *FullReader
func (*FullReader) AddFrag ¶
func (r *FullReader) AddFrag(frag FragReaderConstructor)
func (*FullReader) SetGoroutineLimit ¶
func (r *FullReader) SetGoroutineLimit(limit uint16)
Click to show internal directories.
Click to hide internal directories.