Versions in this module Expand all Collapse all v1 v1.6.2 Mar 2, 2021 v1.6.1 Mar 2, 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