util

package
v1.9.9 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2018 License: LGPL-2.1 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChainableReader

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

Represents an io.Reader that takes zero of more readers, reading from each one until it is exhausted. Returns an io.EOF when all readers are read.

func NewChainableReader

func NewChainableReader(readers ...io.Reader) *ChainableReader

func (*ChainableReader) Close

func (self *ChainableReader) Close() error

func (*ChainableReader) Read

func (self *ChainableReader) Read(p []byte) (int, error)

Jump to

Keyboard shortcuts

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