Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CountingReaderAtSeeker ¶
type CountingReaderAtSeeker struct {
// contains filtered or unexported fields
}
func NewReaderAtSeeker ¶
func NewReaderAtSeeker(r ReaderAtSeeker) *CountingReaderAtSeeker
func NewReaderAtSeekerWithAtomicCounter ¶
func NewReaderAtSeekerWithAtomicCounter(r ReaderAtSeeker, counter *int64) *CountingReaderAtSeeker
func (*CountingReaderAtSeeker) BytesRead ¶
func (r *CountingReaderAtSeeker) BytesRead() int64
func (*CountingReaderAtSeeker) Read ¶
func (r *CountingReaderAtSeeker) Read(p []byte) (n int, err error)
type Reader ¶
type Reader struct {
// contains filtered or unexported fields
}
type ReaderAtSeeker ¶
type ReaderAtSeeker interface { io.ReaderAt io.ReadSeeker }
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) BytesWritten ¶
Click to show internal directories.
Click to hide internal directories.