- enable - Variable in class cx.ath.matthew.io.InOutCopier
-
- ExecInputStream - Class in cx.ath.matthew.io
-
Class to pipe an InputStream through a command using stdin/stdout.
- ExecInputStream(InputStream, Process) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String[]) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String, String[]) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecInputStream(InputStream, String[], String[]) - Constructor for class cx.ath.matthew.io.ExecInputStream
-
Create a new ExecInputStream on the given InputStream
using the process to filter the stream.
- ExecOutputStream - Class in cx.ath.matthew.io
-
Class to pipe an OutputStream through a command using stdin/stdout.
- ExecOutputStream(OutputStream, Process) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String[]) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String, String[]) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- ExecOutputStream(OutputStream, String[], String[]) - Constructor for class cx.ath.matthew.io.ExecOutputStream
-
Create a new ExecOutputStream on the given OutputStream
using the process to filter the stream.
- TeeInputStream - Class in cx.ath.matthew.io
-
Class to copy a stream to a file or another stream as it is being sent through a stream pipe
E.g.
- TeeInputStream(InputStream, OutputStream) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, File, boolean) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, File) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, String, boolean) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeInputStream(InputStream, String) - Constructor for class cx.ath.matthew.io.TeeInputStream
-
Create a new TeeInputStream on the given InputStream
and copy the stream to the given File.
- TeeOutputStream - Class in cx.ath.matthew.io
-
Class to copy a stream to another stream or file as it is being sent through a stream pipe
E.g.
- TeeOutputStream(OutputStream, OutputStream) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the other OuputStream.
- TeeOutputStream(OutputStream, File, boolean) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- TeeOutputStream(OutputStream, File) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- TeeOutputStream(OutputStream, String, boolean) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- TeeOutputStream(OutputStream, String) - Constructor for class cx.ath.matthew.io.TeeOutputStream
-
Create a new TeeOutputStream on the given OutputStream
and copy the stream to the given File.
- test - Class in cx.ath.matthew.io
-
- test() - Constructor for class cx.ath.matthew.io.test
-
- test2 - Class in cx.ath.matthew.io
-
- test2() - Constructor for class cx.ath.matthew.io.test2
-
- test3 - Class in cx.ath.matthew.io
-
- test3() - Constructor for class cx.ath.matthew.io.test3
-