Class | Description |
---|---|
BytesOf |
Bytes of text, array and input.
|
DeadInput |
Input with no data.
|
DeadOutput |
Output that accepts anything.
|
DecodedUrl |
URL as String.
|
EmptyBytes |
Bytes with no data.
|
EncodedUrl |
String as URL.
|
InputOf |
InputOf
|
InputStreamOf |
Wrapper of
InputStream . |
InputWithFallback |
Input that returns an alternative input if the main one throws
IOException . |
LengthOf |
Length of
Input . |
LSInputOf |
Input as LSInput.
|
OutputStreamTo |
Wrapper of
OutputStream . |
OutputTo |
Output to.
|
ReaderOf |
Wrapper of
Reader . |
ResourceOf |
Classpath resource.
|
StderrOutput |
Output that writes to
stderr . |
StdinInput |
Input that reads from
stdin . |
StdoutOutput |
Output that writes to
stdout . |
StickyInput |
Input that reads only once.
|
TeeInput |
Input to Output copying pipe.
|
TeeInputStream |
Stream that copies input to output.
|
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 |
Wrapper of
Writer . |
Copyright © 2017 Cactoos. All rights reserved.