func TestReader(t *testing.T) { … }
func TestPartialRead(t *testing.T) { … }
func TestUninitializedRead(t *testing.T) { … }
type reader …
type readSeeker …
type readBadSeeker …
func (rbs *readBadSeeker) Seek(int64, int) (int64, error) { … }
func TestReadTruncation(t *testing.T) { … }
func TestReadHeaderOnly(t *testing.T) { … }
func TestMergePAX(t *testing.T) { … }
func TestParsePAX(t *testing.T) { … }
func TestReadOldGNUSparseMap(t *testing.T) { … }
func TestReadGNUSparsePAXHeaders(t *testing.T) { … }
type testNonEmptyReader …
func (r testNonEmptyReader) Read(b []byte) (int, error) { … }
func TestFileReader(t *testing.T) { … }
func TestInsecurePaths(t *testing.T) { … }
func TestDisableInsecurePathCheck(t *testing.T) { … }