kactoos-jvm / nnl.rocks.kactoos.io
Input/Output.
| Name | Summary |
|---|---|
| BytesOf | class BytesOf : BytesA Bytes that encapsulates other sources of data. |
| CheckedBytes | class CheckedBytes<E> : BytesBytes that throws exception of specified type. |
| CheckedInput | class CheckedInput<E> : InputInput that throws exception of specified type. |
| CheckedOutput | class CheckedOutput<E> : OutputOutput that throws exception of specified type. |
| DeadInput | class DeadInput : InputInput with no data. |
| DeadInputStream | class DeadInputStream : InputStreamInputStream with no data. |
| DeadOutput | class DeadOutput : OutputOutput that accepts anything. |
| DeadOutputStream | class DeadOutputStream : OutputStreamOutputStream that accepts anything. |
| DigestEnvelope | abstract class DigestEnvelope : BytesDigest Envelope. |
| Directory | class Directory : Iterable<Path>Files in a directory. |
| EmptyBytes | class EmptyBytes : BytesBytes with no data. |
| GzipInput | class GzipInput : InputInput that reads compressed data from the GZIP file format. |
| GzipOutput | class GzipOutput : OutputOutput that writes compressed data in the GZIP file format. |
| HeadInput | class HeadInput : InputInput that only shows the first N bytes of the original input. |
| HeadInputStream | class HeadInputStream : InputStreamInput stream that only shows the first N bytes of the original stream. |
| InputOf | class InputOf : InputAn Input that encapsulates other sources of data. |
| InputStreamOf | class InputStreamOf : InputStreamAn InputStream that encapsulates other sources of data. |
| InputWithFallback | class InputWithFallback : InputInput that returns an alternative input if the main one throws IOException. |
| Joined | class Joined : InputConcatenation of several inputs. |
| LSInputOf | class LSInputOf : LSInputInput as LSInput. |
| LengthOf | class LengthOf : NumberEnvelopeLength of Input. |
| LoggingInput | class LoggingInput : InputLogged input. |
| LoggingInputStream | class LoggingInputStream : InputStreamLogged input stream. |
| LoggingOutput | class LoggingOutput : OutputLogged output. |
| LoggingOutputStream | class LoggingOutputStream : OutputStreamLogged output stream. |
| Md5DigestOf | class Md5DigestOf : DigestEnvelopeMD5 checksum calculation of Input. |
| OutputStreamTo | class OutputStreamTo : OutputStreamAn OutputStream that encapsulates other destination for the data. |
| OutputTo | class OutputTo : OutputAn Output that encapsulates other destination for the data. |
| ReaderAsBytes | class ReaderAsBytes : BytesReader as Bytes. |
| ReaderOf | class ReaderOf : ReaderA Reader that encapsulates other sources of data. |
| ResourceOf | class ResourceOf : InputClasspath resource. |
| Sha1DigestOf | class Sha1DigestOf : DigestEnvelopeSHA-1 checksum calculation of Input. |
| Sha256DigestOf | class Sha256DigestOf : DigestEnvelopeSHA-256 checksum calculation of Input. |
| StderrOutput | class StderrOutput : OutputOutput that writes to stderr. |
| StdinInput | class StdinInput : InputInput that reads from stdin. |
| StdoutOutput | class StdoutOutput : OutputOutput that writes to stdout. |
| StickyInput | class StickyInput : InputInput that reads only once. |
| SyncInput | class SyncInput : InputThread-safe Input. |
| SyncOutput | class SyncOutput : OutputThread-safe Output. |
| TailInput | class TailInput : InputInput showing only last N bytes of the stream. |
| TeeInput | class TeeInput : InputInput to Output copying pipe. |
| TeeInputStream | class TeeInputStream : InputStreamStream that copies input to output. |
| TeeOutput | class TeeOutput : OutputOutput to Output copying pipe. |
| TeeOutputStream | class TeeOutputStream : OutputStreamStream that copies output to output. |
| TeeReader | class TeeReader : ReaderInput to Output copying reader. |
| TempFile | class TempFile : Scalar<Path>, CloseableA temporary file. |
| UncheckedBytes | class UncheckedBytes : BytesBytes that doesn’t throw checked Exception. |
| UncheckedInput | class UncheckedInput : InputInput that doesn’t throw checked Exception. |
| UncheckedOutput | class UncheckedOutput : OutputInput that doesn’t throw checked Exception. |
| WriterAsOutputStream | class WriterAsOutputStream : OutputStreamWriter as OutputStream. |
| WriterTo | class WriterTo : WriterA Writer that encapsulates other destination for the data. |
| Zip | class Zip : InputZip files and directory. |