Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OffsetRange ¶
func SplitLineChunks ¶
func SplitLineChunks(filename string, chunks int) ([]OffsetRange, error)
type RangeReader ¶
type RangeReader struct {
// contains filtered or unexported fields
}
func NewRangeReader ¶
func NewRangeReader(file *os.File, start, stop int64) *RangeReader
Click to show internal directories.
Click to hide internal directories.