Input.NoNulls
Constructor and Description |
---|
TeeInput(byte[] input,
File file)
Ctor.
|
TeeInput(byte[] input,
Output output)
Ctor.
|
TeeInput(byte[] input,
Path path)
Ctor.
|
TeeInput(Bytes bytes,
File file)
Ctor.
|
TeeInput(Bytes bytes,
Output output)
Ctor.
|
TeeInput(Bytes bytes,
Path path)
Ctor.
|
TeeInput(char[] input,
File file)
Ctor.
|
TeeInput(char[] input,
File file,
CharSequence charset)
Ctor.
|
TeeInput(char[] input,
File file,
Charset charset)
Ctor.
|
TeeInput(char[] input,
Output output)
Ctor.
|
TeeInput(char[] input,
Output output,
CharSequence charset)
Ctor.
|
TeeInput(char[] input,
Output output,
Charset charset)
Ctor.
|
TeeInput(char[] input,
Path path)
Ctor.
|
TeeInput(char[] input,
Path path,
CharSequence charset)
Ctor.
|
TeeInput(char[] input,
Path path,
Charset charset)
Ctor.
|
TeeInput(CharSequence input,
File file)
Ctor.
|
TeeInput(CharSequence input,
File file,
CharSequence charset)
Ctor.
|
TeeInput(CharSequence input,
File file,
Charset charset)
Ctor.
|
TeeInput(CharSequence input,
Output output)
Ctor.
|
TeeInput(CharSequence input,
Output output,
CharSequence charset)
Ctor.
|
TeeInput(CharSequence input,
Output output,
Charset charset)
Ctor.
|
TeeInput(CharSequence input,
Path file)
Ctor.
|
TeeInput(CharSequence input,
Path file,
CharSequence charset)
Ctor.
|
TeeInput(CharSequence input,
Path file,
Charset charset)
Ctor.
|
TeeInput(File input,
File file)
Ctor.
|
TeeInput(File input,
Output output)
Ctor.
|
TeeInput(File input,
Path path)
Ctor.
|
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.
|
TeeInput(Path input,
File file)
Ctor.
|
TeeInput(Path input,
Output output)
Ctor.
|
TeeInput(Path input,
Path path)
Ctor.
|
TeeInput(Reader input,
File file)
Ctor.
|
TeeInput(Reader input,
File file,
CharSequence charset)
Ctor.
|
TeeInput(Reader input,
File file,
CharSequence charset,
int size)
Ctor.
|
TeeInput(Reader input,
File file,
Charset charset)
Ctor.
|
TeeInput(Reader input,
File file,
Charset charset,
int size)
Ctor.
|
TeeInput(Reader input,
File file,
int size)
Ctor.
|
TeeInput(Reader input,
Output output)
Ctor.
|
TeeInput(Reader input,
Output output,
CharSequence charset)
Ctor.
|
TeeInput(Reader input,
Output output,
CharSequence charset,
int size)
Ctor.
|
TeeInput(Reader input,
Output output,
Charset charset)
Ctor.
|
TeeInput(Reader input,
Output output,
Charset charset,
int size)
Ctor.
|
TeeInput(Reader input,
Output output,
int size)
Ctor.
|
TeeInput(Reader input,
Path file)
Ctor.
|
TeeInput(Reader input,
Path file,
CharSequence charset)
Ctor.
|
TeeInput(Reader input,
Path file,
CharSequence charset,
int size)
Ctor.
|
TeeInput(Reader input,
Path file,
Charset charset)
Ctor.
|
TeeInput(Reader input,
Path file,
Charset charset,
int size)
Ctor.
|
TeeInput(Reader input,
Path file,
int size)
Ctor.
|
TeeInput(Text text,
File file)
Ctor.
|
TeeInput(Text text,
File file,
CharSequence charset)
Ctor.
|
TeeInput(Text text,
File file,
Charset charset)
Ctor.
|
TeeInput(Text text,
Output output)
Ctor.
|
TeeInput(Text text,
Output output,
CharSequence charset)
Ctor.
|
TeeInput(Text text,
Output output,
Charset charset)
Ctor.
|
TeeInput(Text text,
Path path)
Ctor.
|
TeeInput(Text text,
Path path,
CharSequence charset)
Ctor.
|
TeeInput(Text text,
Path path,
Charset charset)
Ctor.
|
TeeInput(URI uri,
File file)
Ctor.
|
TeeInput(URI uri,
Output output)
Ctor.
|
TeeInput(URI uri,
Path path)
Ctor.
|
TeeInput(URL url,
File file)
Ctor.
|
TeeInput(URL url,
Output output)
Ctor.
|
TeeInput(URL url,
Path path)
Ctor.
|
public TeeInput(URL url, Path path)
url
- The sourcepath
- The output filepublic TeeInput(URL url, File file)
url
- The sourcefile
- The output filepublic TeeInput(URL url, Output output)
url
- The sourceoutput
- The output filepublic TeeInput(URI uri, Path path)
uri
- The sourcepath
- The output filepublic TeeInput(URI uri, File file)
uri
- The sourcefile
- The output filepublic TeeInput(URI uri, Output output)
uri
- The sourceoutput
- The output filepublic TeeInput(Path input, Path path)
input
- The sourcepath
- The output filepublic TeeInput(Path input, File file)
input
- The sourcefile
- The output filepublic TeeInput(Path input, Output output)
input
- The sourceoutput
- The outputpublic TeeInput(File input, File file)
input
- The sourcefile
- The output filepublic TeeInput(File input, Path path)
input
- The sourcepath
- The output filepublic TeeInput(File input, Output output)
input
- The sourceoutput
- The outputpublic TeeInput(CharSequence input, File file)
input
- The sourcefile
- The output filepublic TeeInput(CharSequence input, File file, Charset charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(CharSequence input, File file, CharSequence charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(CharSequence input, Path file)
input
- The sourcefile
- The output filepublic TeeInput(CharSequence input, Path file, Charset charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(CharSequence input, Path file, CharSequence charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(CharSequence input, Output output)
input
- The sourceoutput
- The targetpublic TeeInput(CharSequence input, Output output, Charset charset)
input
- The sourceoutput
- The targetcharset
- The charsetpublic TeeInput(CharSequence input, Output output, CharSequence charset)
input
- The sourceoutput
- The targetcharset
- The charsetpublic TeeInput(Reader input, File file)
input
- The sourcefile
- The output filepublic TeeInput(Reader input, File file, int size)
input
- The sourcefile
- The output filesize
- Reading buffer sizepublic TeeInput(Reader input, File file, Charset charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(Reader input, File file, Charset charset, int size)
input
- The sourcefile
- The output filecharset
- The charsetsize
- Reading buffer sizepublic TeeInput(Reader input, File file, CharSequence charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(Reader input, File file, CharSequence charset, int size)
input
- The sourcefile
- The output filecharset
- The charsetsize
- Reading buffer sizepublic TeeInput(Reader input, Path file)
input
- The sourcefile
- The output filepublic TeeInput(Reader input, Path file, int size)
input
- The sourcefile
- The output filesize
- Reading buffer sizepublic TeeInput(Reader input, Path file, Charset charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(Reader input, Path file, Charset charset, int size)
input
- The sourcefile
- The output filecharset
- The charsetsize
- Reading buffer sizepublic TeeInput(Reader input, Path file, CharSequence charset)
input
- The sourcefile
- The output filecharset
- The charsetpublic TeeInput(Reader input, Path file, CharSequence charset, int size)
input
- The sourcefile
- The output filecharset
- The charsetsize
- Reading buffer sizepublic TeeInput(Reader input, Output output)
input
- The sourceoutput
- The targetpublic TeeInput(Reader input, Output output, int size)
input
- The sourceoutput
- The targetsize
- Reading buffer sizepublic TeeInput(Reader input, Output output, Charset charset)
input
- The sourceoutput
- The targetcharset
- The charsetpublic TeeInput(Reader input, Output output, Charset charset, int size)
input
- The sourceoutput
- The targetcharset
- The charsetsize
- Reading buffer sizepublic TeeInput(Reader input, Output output, CharSequence charset)
input
- The sourceoutput
- The targetcharset
- The charsetpublic TeeInput(Reader input, Output output, CharSequence charset, int size)
input
- The sourceoutput
- The targetcharset
- The charsetsize
- Reading buffer sizepublic TeeInput(byte[] input, Path path)
input
- The sourcepath
- The output pathpublic TeeInput(byte[] input, File file)
input
- The sourcefile
- The output filepublic TeeInput(byte[] input, Output output)
input
- The sourceoutput
- The output filepublic TeeInput(char[] input, Path path)
input
- The sourcepath
- The output pathpublic TeeInput(char[] input, Path path, Charset charset)
input
- The sourcepath
- The output pathcharset
- Charsetpublic TeeInput(char[] input, Path path, CharSequence charset)
input
- The sourcepath
- The output pathcharset
- Charsetpublic TeeInput(char[] input, File file)
input
- The sourcefile
- The output filepublic TeeInput(char[] input, File file, Charset charset)
input
- The sourcefile
- The output filecharset
- Charsetpublic TeeInput(char[] input, File file, CharSequence charset)
input
- The sourcefile
- The output filecharset
- Charsetpublic TeeInput(char[] input, Output output)
input
- The sourceoutput
- The output filepublic TeeInput(char[] input, Output output, Charset charset)
input
- The sourceoutput
- The output filecharset
- Charsetpublic TeeInput(char[] input, Output output, CharSequence charset)
input
- The sourceoutput
- The output filecharset
- Charsetpublic TeeInput(Text text, Path path)
text
- The sourcepath
- The output pathpublic TeeInput(Text text, Path path, Charset charset)
text
- The sourcepath
- The output pathcharset
- Charsetpublic TeeInput(Text text, Path path, CharSequence charset)
text
- The sourcepath
- The output pathcharset
- Charsetpublic TeeInput(Text text, File file)
text
- The sourcefile
- The output filepublic TeeInput(Text text, File file, Charset charset)
text
- The sourcefile
- The output filecharset
- Charsetpublic TeeInput(Text text, File file, CharSequence charset)
text
- The sourcefile
- The output filecharset
- Charsetpublic TeeInput(Text text, Output output)
text
- The sourceoutput
- The outputpublic TeeInput(Text text, Output output, Charset charset)
text
- The sourceoutput
- The outputcharset
- Charsetpublic TeeInput(Text text, Output output, CharSequence charset)
text
- The sourceoutput
- The outputcharset
- Charsetpublic TeeInput(Bytes bytes, Path path)
bytes
- The sourcepath
- The output pathpublic TeeInput(Bytes bytes, File file)
bytes
- The sourcefile
- The output filepublic TeeInput(Bytes bytes, Output output)
bytes
- The sourceoutput
- The outputpublic TeeInput(Input input, Path path)
input
- The sourcepath
- The output pathpublic TeeInput(Input input, File file)
input
- The sourcefile
- The output filepublic TeeInput(Input input, Writer writer)
input
- The sourcewriter
- The outputpublic TeeInput(Input input, Writer writer, int size)
input
- The sourcewriter
- The outputsize
- Writing buffer sizepublic TeeInput(Input input, Writer writer, Charset charset)
input
- The sourcewriter
- The outputcharset
- The charsetpublic TeeInput(Input input, Writer writer, Charset charset, int size)
input
- The sourcewriter
- The outputcharset
- The charsetsize
- Writing buffer sizepublic TeeInput(Input input, Writer writer, CharSequence charset)
input
- The sourcewriter
- The outputcharset
- The charsetpublic TeeInput(Input input, Writer writer, CharSequence charset, int size)
input
- The sourcewriter
- The outputcharset
- The charsetsize
- Writing buffer sizeCopyright © 2017–2018 Cactoos. All rights reserved.