Class | Description |
---|---|
BytesOf |
A
Bytes that encapsulates other sources of data. |
CheckedBytes<E extends Exception> |
Bytes that throws exception of specified type.
|
CheckedInput<E extends Exception> |
Input that throws exception of specified type.
|
CheckedOutput<E extends Exception> |
Output that throws exception of specified type.
|
DeadInput |
Input with no data.
|
DeadInputStream |
InputStream with no data.
|
DeadOutput |
Output that accepts anything.
|
DeadOutputStream |
OutputStream that accepts anything.
|
DigestEnvelope |
Digest Envelope.
|
Directory |
Files and folders in a directory.
|
EmptyBytes |
Bytes with no data.
|
GzipInput |
Input that reads compressed data from the GZIP file format.
|
GzipOutput |
Output that writes compressed data in the GZIP file format.
|
HeadInput |
Input that only shows the first N bytes of the original input.
|
HeadInputStream |
Input stream that only shows the first N bytes of the original stream.
|
InputOf |
An
Input that encapsulates other sources of data. |
InputStreamOf |
An
InputStream that encapsulates other sources of data. |
InputWithFallback |
Input that returns an alternative input if the main one throws
IOException . |
LengthOf |
Length of
Input . |
LoggingInput |
Logged input.
|
LoggingInputStream |
Logged input stream.
|
LoggingOutput |
Logged output.
|
LoggingOutputStream |
Logged output stream.
|
LSInputOf |
Input as LSInput.
|
Md5DigestOf |
MD5 checksum calculation of
Input . |
OutputStreamTo |
An
OutputStream that encapsulates other destination for the data. |
OutputTo |
An
Output that encapsulates other destination for the data. |
ReaderOf |
A
Reader that encapsulates other sources of data. |
ResourceOf |
Classpath resource.
|
Sha1DigestOf |
SHA-1 checksum calculation of
Input . |
Sha256DigestOf |
SHA-256 checksum calculation of
Input . |
StderrOutput |
Output that writes to
stderr . |
StdinInput |
Input that reads from
stdin . |
StdoutOutput |
Output that writes to
stdout . |
StickyInput |
Input that reads only once.
|
SyncInput |
Thread-safe
Input . |
SyncOutput |
Thread-safe
Output . |
TailInput |
Input showing only last N bytes of the stream.
|
TeeInput |
Input to Output copying pipe.
|
TeeInputStream |
Stream that copies input to output.
|
TeeOutput |
Output to Output copying pipe.
|
TeeOutputStream |
Stream that copies output to output.
|
TeeReader |
Input to Output copying reader.
|
TempFile |
A temporary file.
|
UncheckedBytes |
Bytes that doesn't throw checked
Exception . |
UncheckedInput |
Input that doesn't throw checked
Exception . |
UncheckedOutput |
Input that doesn't throw checked
Exception . |
WriterTo |
A
Writer that encapsulates other destination for the data. |
Zip |
Zip files and directory.
|
Copyright © 2017–2018 Cactoos. All rights reserved.