toreader

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 21, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OffsetReader added in v0.7.2

type OffsetReader struct {
	// contains filtered or unexported fields
}

func NewOffsetReader added in v0.7.2

func NewOffsetReader(r io.ReaderAt, off int64) *OffsetReader

func (OffsetReader) ReadAt added in v0.7.2

func (r OffsetReader) ReadAt(p []byte, off int64) (n int, e error)

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

func NewReader

func NewReader(r io.ReaderAt, start int64) *Reader

func (*Reader) Read

func (r *Reader) Read(b []byte) (int, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL