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
Click to show internal directories.
Click to hide internal directories.