Interface | Description |
---|---|
Drainer |
the dual to
Feeder . |
Feeder |
Implementations of
Feeder start feeding data
to the OutputStream passed to setOut() as soon as their Runnable.run() method is
called. |
Plumbable |
is an interface for a
Runnable which wants to have
set an input stream to read from and/or an output stream to write to
before it is run. |
Class | Description |
---|---|
AbstractPipe | |
ArrayUtil |
is a collection of static methods to manipulate arrays.
|
CharSequenceFeeder | |
Coder |
methods to encode/decode between a
java.lang.StringBuilder and a
java.nio.ByteBuffer . |
ConvinceGC |
this class should not be necessary, but I did not find a better way
to get the GC release memory to the operating system.
|
DfaRunFeeder | |
EncodingDetector |
provides static methods to guess the character encoding used in an
InputStream supposedly containing XML or HTML. |
Exec |
encapsulates a
java.lang.Process object, feeds it with
input and collects the output. |
Pipe |
implements a threadable pipe.
|
ReaderFeeder | |
Semaphore |
implements multi-slot semaphore.
|
Sizeof |
estimator for the size of data structures.
|
Sizeof.Pair |
a pair of count and size describing use and size of a data type.
|
contains assorted stuff which does not fit anywhere else.