Versions in this module Expand all Collapse all v1 v1.5.5 May 18, 2020 v1.5.4 Aug 20, 2019 Changes in this version + type LineSkipper interface + IsNewOpen func() bool + SetSkipped func() + type SeqFile struct + ReadSameInode bool + SkipFileFirstLine bool + func NewSeqFile(meta *reader.Meta, path string, ignoreHidden, newFileNewLine bool, ...) (sf *SeqFile, err error) + func (sf *SeqFile) Close() (err error) + func (sf *SeqFile) IsNewOpen() bool + func (sf *SeqFile) Lag() (rl *LagInfo, err error) + func (sf *SeqFile) Name() string + func (sf *SeqFile) NewSourceIndex() []reader.SourceIndex + func (sf *SeqFile) Read(p []byte) (n int, err error) + func (sf *SeqFile) SetSkipped() + func (sf *SeqFile) Source() string + func (sf *SeqFile) SyncMeta() (err error)