Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBadSize = errors.New("bad size")
Functions ¶
This section is empty.
Types ¶
type PageReader ¶
type PageReader struct {
// contains filtered or unexported fields
}
func NewPageReader ¶
func NewPageReader(r io.Reader) *PageReader
type PageWriter ¶
type PageWriter struct {
// contains filtered or unexported fields
}
func NewPageWriter ¶
func NewPageWriter(w io.Writer) *PageWriter
func (*PageWriter) Flush ¶
func (pw *PageWriter) Flush() error
Click to show internal directories.
Click to hide internal directories.