Versions in this module Expand all Collapse all v1 v1.0.2 May 30, 2021 v1.0.1 May 30, 2021 v1.0.0 May 29, 2021 Changes in this version + type FileSection struct + File ReadWriterAt + Length int64 + Name string + Offset int64 + type Piece []FileSection + func (p Piece) ReadAt(b []byte, off int64) (int, error) + func (p Piece) Write(b []byte) (n int, err error) + type ReadWriterAt interface