reader

package
v0.21.0 Latest Latest
Warning

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

Go to latest
Published: Oct 1, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PosReader added in v0.21.0

type PosReader struct {
	R   R
	Pos uint32
}

func (*PosReader) Read added in v0.21.0

func (pr *PosReader) Read(b []byte) (n int, err error)

func (*PosReader) ReadByte added in v0.21.0

func (pr *PosReader) ReadByte() (b byte, err error)

func (*PosReader) UnreadByte added in v0.21.0

func (pr *PosReader) UnreadByte() (err error)

type R

type R interface {
	io.Reader
	io.ByteScanner
}

Jump to

Keyboard shortcuts

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