Versions in this module Expand all Collapse all v1 v1.0.1 Sep 1, 2020 v1.0.0 Jan 8, 2019 Changes in this version + type BlockFile struct + func NewBlockFile(filename string, fc *filecache.Cache) (*BlockFile, error) + func (b *BlockFile) AllPackets() *base.PacketChan + func (b *BlockFile) Close() (err error) + func (b *BlockFile) DumpIndex(out io.Writer, start, finish []byte) + func (b *BlockFile) Lookup(ctx context.Context, q query.Query, out *base.PacketChan) + func (b *BlockFile) Name() string + func (b *BlockFile) Positions(ctx context.Context, q query.Query) (base.Positions, error) + func (b *BlockFile) Size() int64