| Interface | Description |
|---|---|
| AppendableLimiterWithOverflow.OverflowSupplier |
provide the overflow.
|
| Csv.CsvHandler<T> | |
| Csv.CsvMapHandler<T> | |
| Csv.CsvRowHandler<T> | |
| ObjectAppender<T> | |
| ObjectAppenderSupplier |
| Class | Description |
|---|---|
| AppendableLimiterWithOverflow |
Utility class that limits the nr of characters written to a particular Appender.
|
| AppendableOutputStream |
OutputStream implementation that transforms a byte stream to a
character stream using a specified character set encoding and writes the resulting
stream to a Writer. |
| AppendableWriter |
Utility class to adapt a Appendable to a Writer.
|
| BufferedInputStream | |
| BufferedOutputStream |
Better that the JDK outputstream, no exception swallowing...
|
| ByteArrayBuilder |
Utility class to avoid replicating byte arrays for no good reason.
|
| ClosedOutputStream |
an OutputStream that will throw an exception is written to.
|
| ConfigurableAppenderSupplier | |
| Csv |
Supports CSV format as described at: https://en.wikipedia.org/wiki/Comma-separated_values.
|
| DeletingVisitor | |
| EmptyInputStream | |
| LazyOutputStreamWrapper |
A utility class that allows you to delay any writes made in the constructor of a particular writer (headers).
|
| MemorizingBufferedInputStream |
Why another buffered input stream?
Main use case if for troubleshooting.
|
| MimeTypes |
Some standard mime types.
|
| PipedOutputStream |
Equivalent to Java piped input/output stream.
|
| PushbackInputStreamEx |
a extended implementation that improves the safety of unread and provides a better toString.
|
| PushbackReader | |
| ReaderInputStream |
An
InputStream that converts characters from a Reader into bytes using an
arbitrary Charset. |
| SetFilesReadOnlyVisitor | |
| Streams | |
| WriterOutputStream |
OutputStream implementation that transforms a byte stream to a
character stream using a specified character set encoding and writes the resulting
stream to a Writer. |
| Enum | Description |
|---|---|
| FSWatchEventSensitivity |
| Exception | Description |
|---|---|
| IOTimeoutException | |
| PathsIOException |
Copyright © 2018 SPF4J. All rights reserved.