Closeables |
This class contains utility-methods for instances of AutoCloseable .
|
ConcatenationInputStream |
Concatenates several input streams to another input stream so that
if one reads the resulting stream it is the same as reading the streams one after another.
|
CountingInputStream |
This InputStream counts the number of bytes read (or skipped) to determine the length of stream while
streaming.
|
EmptyInputStream |
An EmptyInputStream is an InputStream that never holds any data.
|
InputStreamDescriptor |
A simple class containing aURL for an InputStream .
|
ReadOnceTempFileByteBuffer |
|
SerializableInputStream |
An InputStream that is serializable
|
Streams |
Utility class for stream treatment.
|
TempFileByteBuffer |
A buffer for bytes that keeps a certain amount of bytes in memory before
switching to a temporary file.
|
TempFileByteBufferOutputStream |
|