| Class | Description |
|---|---|
| IOUtils |
Class for holding static utility functions for readers and writers:
copy from reader to writer.
|
| NamedThreadFactory |
A ThreadFactory that allows to create a thread from a runnable
with a specific thread name.
|
| NoCloseWriter |
Will protect a Writer from beeing closed by
NoCloseWriter.close(),
useful for protecting stdout and stderr from beeing closed. |
| ReaderWriterPipeThread |
A Thread that moves data from a Reader to a Writer.
|
| StringUtil |
Class for holding static utility functions for string handling: quoting
and for parsing numbers.
|
| TeeWriter |
Executes the actions on a single writer to multiple writers.
|
TeeWriter
NoCloseWriter
are special writers,
IOUtils is some utility class.
In conjunctions with reader/writer,
there is a thread copying reader to writer,
ReaderWriterPipeThread
StringUtil
Copyright © 2006–2018 Simuline Organization (l2r). All rights reserved.