Documentation
¶
Overview ¶
Package multee implements a multiplexer for io.Readers, making it possible to read from a single io.Reader several times, without needing to Seek back to the beginning.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrClosed = errors.New("multeeReader already closed")
)
Functions ¶
func NewMulteeReader ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
alt
|
|
|
byteslice
Alternative implementation of the package, using a synchronized byte slice as a buffer.
|
Alternative implementation of the package, using a synchronized byte slice as a buffer. |
|
byteslicechan
Alternative implementation of the package, using channels.
|
Alternative implementation of the package, using channels. |
|
examples
|
|
|
alt-byteslicechan
command
Example code for how to use an alternative implementation of the multee package.
|
Example code for how to use an alternative implementation of the multee package. |
|
huge
command
Example code for how to use the multee package on huge input streams (ie.
|
Example code for how to use the multee package on huge input streams (ie. |
|
simple
command
Example code for how to use the multee package.
|
Example code for how to use the multee package. |
Click to show internal directories.
Click to hide internal directories.