Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OffsetReader ¶
type OffsetReader struct {
// contains filtered or unexported fields
}
OffsetReader translates ReaderAt to Reader given a starting offset
func NewOffsetReader ¶
func NewOffsetReader(r io.ReaderAt, off int64) *OffsetReader
type OffsetWriter ¶
type OffsetWriter struct {
// contains filtered or unexported fields
}
OffsetWriter translates WriterAt to Writer given a starting offset
func NewOffsetWriter ¶
func NewOffsetWriter(w io.WriterAt, off int64) *OffsetWriter
Click to show internal directories.
Click to hide internal directories.