kactoos-jvm / nnl.rocks.kactoos.io / TeeInput / <init>
TeeInput(url:
URL
, path:
Path
)
url
- The source
path
- The output file
Since 0.13.3
TeeInput(url:
URL
, file:
File
)
url
- The source
file
- The output file
Since 0.13.3
TeeInput(url:
URL
, output:
Output
)
url
- The source
output
- The output file
Since 0.13.3
TeeInput(uri:
URI
, path:
Path
)
uri
- The source
path
- The output file
Since 0.13.3
TeeInput(uri:
URI
, file:
File
)
uri
- The source
file
- The output file
Since 0.13.3
TeeInput(uri:
URI
, output:
Output
)
uri
- The source
output
- The output file
Since 0.13.3
TeeInput(input:
Path
, path:
Path
)
TeeInput(input:
File
, path:
Path
)
input
- The source
path
- The output file
Since 0.4
TeeInput(input:
Path
, file:
File
)
TeeInput(input:
File
, file:
File
)
TeeInput(input:
CharSequence
, file:
File
)
TeeInput(input:
CharSequence
, file:
Path
)
TeeInput(input:
ByteArray
, file:
File
)
TeeInput(input:
CharArray
, file:
File
)
input
- The source
file
- The output file
Since 0.4
TeeInput(input:
Path
, output:
Output
)
TeeInput(input:
File
, output:
Output
)
input
- The source
output
- The output
Since 0.13.3
TeeInput(input:
CharSequence
, file:
File
, charset:
Charset
)
TeeInput(input:
CharSequence
, file:
File
, charset:
CharSequence
)
TeeInput(input:
CharSequence
, file:
Path
, charset:
Charset
)
TeeInput(input:
CharSequence
, file:
Path
, charset:
CharSequence
)
TeeInput(input:
Reader
, file:
File
, charset:
Charset
)
TeeInput(input:
Reader
, file:
File
, charset:
CharSequence
)
TeeInput(input:
Reader
, file:
Path
, charset:
Charset
)
TeeInput(input:
Reader
, file:
Path
, charset:
CharSequence
)
input
- The source
file
- The output file
charset
- The charset
Since 0.13.3
TeeInput(input:
CharSequence
, output:
Output
)
input
- The source
output
- The target
Since 0.4
TeeInput(input:
CharSequence
, output:
Output
, charset:
Charset
)
TeeInput(input:
CharSequence
, output:
Output
, charset:
CharSequence
)
TeeInput(input:
Reader
, output:
Output
, charset:
Charset
)
TeeInput(input:
Reader
, output:
Output
, charset:
CharSequence
)
input
- The source
output
- The target
charset
- The charset
Since 0.13.3
TeeInput(input:
Reader
, file:
File
)
TeeInput(input:
Reader
, file:
Path
)
TeeInput(input:
Input
, file:
File
)
input
- The source
file
- The output file
Since 0.13.3
TeeInput(input:
Reader
, file:
File
, size:
Int
)
TeeInput(input:
Reader
, file:
Path
, size:
Int
)
input
- The source
file
- The output file
size
- Reading buffer size
Since 0.13.3
TeeInput(input:
Reader
, file:
File
, charset:
Charset
, size:
Int
)
TeeInput(input:
Reader
, file:
File
, charset:
CharSequence
, size:
Int
)
TeeInput(input:
Reader
, file:
Path
, charset:
Charset
, size:
Int
)
TeeInput(input:
Reader
, file:
Path
, charset:
CharSequence
, size:
Int
)
input
- The source
file
- The output file
charset
- The charset
size
- Reading buffer size
Since 0.13.3
TeeInput(input:
Reader
, output:
Output
)
input
- The source
output
- The target
Since 0.13.3
TeeInput(input:
Reader
, output:
Output
, size:
Int
)
input
- The source
output
- The target
size
- Reading buffer size
Since 0.13.3
TeeInput(input:
Reader
, output:
Output
, charset:
Charset
, size:
Int
)
TeeInput(input:
Reader
, output:
Output
, charset:
CharSequence
, size:
Int
)
input
- The source
output
- The target
charset
- The charset
size
- Reading buffer size
Since 0.13.3
TeeInput(input:
ByteArray
, path:
Path
)
TeeInput(input:
CharArray
, path:
Path
)
input
- The source
path
- The output path
Since 0.4
TeeInput(input:
ByteArray
, output:
Output
)
TeeInput(input:
CharArray
, output:
Output
)
input
- The source
output
- The output file
Since 0.4
TeeInput(input:
CharArray
, path:
Path
, charset:
Charset
)
TeeInput(input:
CharArray
, path:
Path
, charset:
CharSequence
)
input
- The source
path
- The output path
charset
- Charset
Since 0.13.3
TeeInput(input:
CharArray
, file:
File
, charset:
Charset
)
TeeInput(input:
CharArray
, file:
File
, charset:
CharSequence
)
input
- The source
file
- The output file
charset
- Charset
Since 0.13.3
TeeInput(input:
CharArray
, output:
Output
, charset:
Charset
)
TeeInput(input:
CharArray
, output:
Output
, charset:
CharSequence
)
input
- The source
output
- The output file
charset
- Charset
Since 0.13.3
TeeInput(text:
Text
, path:
Path
)
text
- The source
path
- The output path
Since 0.13.3
TeeInput(text:
Text
, path:
Path
, charset:
Charset
)
TeeInput(text:
Text
, path:
Path
, charset:
CharSequence
)
text
- The source
path
- The output path
charset
- Charset
Since 0.13.3
TeeInput(text:
Text
, file:
File
)
text
- The source
file
- The output file
Since 0.13.3
TeeInput(text:
Text
, file:
File
, charset:
Charset
)
TeeInput(text:
Text
, file:
File
, charset:
CharSequence
)
text
- The source
file
- The output file
charset
- Charset
Since 0.13.3
TeeInput(text:
Text
, output:
Output
)
text
- The source
output
- The output
Since 0.13.3
TeeInput(text:
Text
, output:
Output
, charset:
Charset
)
TeeInput(text:
Text
, output:
Output
, charset:
CharSequence
)
text
- The source
output
- The output
charset
- Charset
Since 0.13.3
TeeInput(bytes:
Bytes
, path:
Path
)
bytes
- The source
path
- The output path
Since 0.13.3
TeeInput(bytes:
Bytes
, file:
File
)
bytes
- The source
file
- The output file
Since 0.13.3
TeeInput(bytes:
Bytes
, output:
Output
)
bytes
- The source
output
- The output
Since 0.13.3
TeeInput(input:
Input
, path:
Path
)
input
- The source
path
- The output path
Since 0.13.3
TeeInput(input:
Input
, writer:
Writer
)
input
- The source
writer
- The output
Since 0.13.3
TeeInput(input:
Input
, writer:
Writer
, size:
Int
)
input
- The source
writer
- The output
size
- Writing buffer size
Since 0.13.3
TeeInput(input:
Input
, writer:
Writer
, charset:
Charset
)
TeeInput(input:
Input
, writer:
Writer
, charset:
CharSequence
)
input
- The source
writer
- The output
charset
- The charset
Since 0.13.3
TeeInput(input:
Input
, writer:
Writer
, charset:
Charset
, size:
Int
)
TeeInput(input:
Input
, writer:
Writer
, charset:
CharSequence
, size:
Int
)
input
- The source
writer
- The output
charset
- The charset
size
- Writing buffer size
Since 0.13.3
TeeInput(source:
Input
, target:
Output
)
Input to Output copying pipe.
There is no thread-safety guarantee.
Since 0.1