Package | Description |
---|---|
org.cactoos |
Cactoos.
|
org.cactoos.io |
Input/Output.
|
org.cactoos.scalar |
Scalars.
|
org.cactoos.text |
Text.
|
Modifier and Type | Class and Description |
---|---|
static class |
Input.NoNulls
Input check for no nulls.
|
Constructor and Description |
---|
NoNulls(Input input)
Ctor.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckedInput<E extends Exception>
Input that throws exception of specified type.
|
class |
DeadInput
Input with no data.
|
class |
GzipInput
Input that reads compressed data from the GZIP file format.
|
class |
HeadInput
Input that only shows the first N bytes of the original input.
|
class |
InputOf
An
Input that encapsulates other sources of data. |
class |
InputWithFallback
Input that returns an alternative input if the main one throws
IOException . |
class |
LoggingInput
Logged input.
|
class |
ResourceOf
Classpath resource.
|
class |
StdinInput
Input that reads from
stdin . |
class |
StickyInput
Input that reads only once.
|
class |
SyncInput
Thread-safe
Input . |
class |
TailInput
Input showing only last N bytes of the stream.
|
class |
TeeInput
Input to Output copying pipe.
|
class |
UncheckedInput
Input that doesn't throw checked
Exception . |
class |
Zip
Zip files and directory.
|
Constructor and Description |
---|
BytesOf(Input input)
Ctor.
|
BytesOf(Input input,
int max)
Ctor.
|
CheckedInput(Input orig,
Func<Exception,E> fnc)
Ctor.
|
DigestEnvelope(Input input,
int max,
String algrthm)
Ctor.
|
DigestEnvelope(Input input,
String algrthm)
Ctor.
|
GzipInput(Input input)
Ctor.
|
GzipInput(Input input,
int max)
Ctor.
|
HeadInput(Input orig,
int len)
Ctor.
|
InputStreamOf(Input input)
Ctor.
|
InputWithFallback(Input input)
Ctor.
|
InputWithFallback(Input input,
Func<IOException,Input> alt)
Ctor.
|
InputWithFallback(Input input,
Input alt)
Ctor.
|
InputWithFallback(Input input,
IoCheckedFunc<IOException,Input> alt)
Ctor.
|
LengthOf(Input input)
Ctor.
|
LengthOf(Input input,
int max)
Ctor.
|
LoggingInput(Input input,
String src)
Ctor.
|
LoggingInput(Input input,
String src,
Logger lgr)
Ctor.
|
LSInputOf(Input inpt)
Ctor.
|
LSInputOf(Input inpt,
String pubid,
String sysid,
String bse)
Ctor.
|
Md5DigestOf(Input input)
Ctor.
|
Md5DigestOf(Input input,
int max)
Ctor.
|
ReaderOf(Input input)
Ctor.
|
ReaderOf(Input input,
CharSequence charset)
Ctor.
|
ReaderOf(Input input,
Charset charset)
Ctor.
|
ReaderOf(Input input,
CharsetDecoder decoder)
Ctor.
|
ResourceOf(CharSequence res,
Input fbk)
New resource input with current context
ClassLoader . |
ResourceOf(Text res,
Input fbk)
New resource input with current context
ClassLoader . |
Sha1DigestOf(Input input)
Ctor.
|
Sha1DigestOf(Input input,
int max)
Ctor.
|
Sha256DigestOf(Input input)
Ctor.
|
Sha256DigestOf(Input input,
int max)
Ctor.
|
StickyInput(Input input)
Ctor.
|
SyncInput(Input input)
Ctor.
|
SyncInput(Input input,
Object lck)
Ctor.
|
TailInput(Input inpt,
int bytes)
Constructor.
|
TailInput(Input inpt,
int bytes,
int maximum)
Constructor.
|
TeeInput(Input input,
File file)
Ctor.
|
TeeInput(Input input,
Output output)
Ctor.
|
TeeInput(Input input,
Path path)
Ctor.
|
TeeInput(Input input,
Writer writer)
Ctor.
|
TeeInput(Input input,
Writer writer,
CharSequence charset)
Ctor.
|
TeeInput(Input input,
Writer writer,
CharSequence charset,
int size)
Ctor.
|
TeeInput(Input input,
Writer writer,
Charset charset)
Ctor.
|
TeeInput(Input input,
Writer writer,
Charset charset,
int size)
Ctor.
|
TeeInput(Input input,
Writer writer,
int size)
Ctor.
|
UncheckedInput(Input ipt)
Ctor.
|
Constructor and Description |
---|
InputWithFallback(Input input,
Func<IOException,Input> alt)
Ctor.
|
InputWithFallback(Input input,
IoCheckedFunc<IOException,Input> alt)
Ctor.
|
ResourceOf(CharSequence res,
Func<CharSequence,Input> fbk)
New resource input with current context
ClassLoader . |
ResourceOf(CharSequence res,
Func<CharSequence,Input> fbk,
ClassLoader ldr)
New resource input with specified
ClassLoader . |
ResourceOf(Text res,
Func<Text,Input> fbk)
New resource input with current context
ClassLoader . |
ResourceOf(Text res,
Func<Text,Input> fbk,
ClassLoader ldr)
New resource input with specified
ClassLoader . |
Constructor and Description |
---|
PropertiesOf(Input input)
Ctor.
|
Constructor and Description |
---|
TextOf(Input input)
Ctor.
|
TextOf(Input input,
Charset cset)
Ctor.
|
TextOf(Input input,
int max)
Ctor.
|
TextOf(Input input,
int max,
Charset cset)
Ctor.
|
TextOf(Input input,
String cset)
Ctor.
|
Copyright © 2017–2018 Cactoos. All rights reserved.