A B C D E F I M O P R S T W 

A

available() - Method in class cx.ath.matthew.io.ExecInputStream
 
available() - Method in class cx.ath.matthew.io.TeeInputStream
 

B

BUFSIZE - Static variable in class cx.ath.matthew.io.InOutCopier
 

C

close() - Method in class cx.ath.matthew.io.ExecInputStream
 
close() - Method in class cx.ath.matthew.io.ExecOutputStream
 
close() - Method in class cx.ath.matthew.io.InOutCopier
Force close the stream without waiting for EOF on the source
close() - Method in class cx.ath.matthew.io.TeeInputStream
 
close() - Method in class cx.ath.matthew.io.TeeOutputStream
 
copy - Variable in class cx.ath.matthew.io.ExecInputStream
 
copy - Variable in class cx.ath.matthew.io.ExecOutputStream
 
cx.ath.matthew.io - package cx.ath.matthew.io
 

D

DOMPrinter - Class in cx.ath.matthew.io
Print a DOM tree to the given OutputStream
DOMPrinter() - Constructor for class cx.ath.matthew.io.DOMPrinter
 

E

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.

F

f - Variable in class cx.ath.matthew.io.TeeOutputStream
 
finalize() - Method in class cx.ath.matthew.io.ExecInputStream
 
finalize() - Method in class cx.ath.matthew.io.ExecOutputStream
 
finalize() - Method in class cx.ath.matthew.io.TeeInputStream
 
finalize() - Method in class cx.ath.matthew.io.TeeOutputStream
 
flush() - Method in class cx.ath.matthew.io.ExecInputStream
 
flush() - Method in class cx.ath.matthew.io.ExecOutputStream
 
flush() - Method in class cx.ath.matthew.io.InOutCopier
Flush the outputstream
flush() - Method in class cx.ath.matthew.io.TeeInputStream
 
flush() - Method in class cx.ath.matthew.io.TeeOutputStream
 
fos - Variable in class cx.ath.matthew.io.TeeInputStream
 
fos - Variable in class cx.ath.matthew.io.TeeOutputStream
 

I

in - Variable in class cx.ath.matthew.io.TeeInputStream
 
InOutCopier - Class in cx.ath.matthew.io
Copies from an input stream to an output stream using a Thread.
InOutCopier(InputStream, OutputStream) - Constructor for class cx.ath.matthew.io.InOutCopier
Create a copier from an inputstream to an outputstream
is - Variable in class cx.ath.matthew.io.InOutCopier
 

M

main(String[]) - Static method in class cx.ath.matthew.io.test
 
main(String[]) - Static method in class cx.ath.matthew.io.test2
 
main(String[]) - Static method in class cx.ath.matthew.io.test3
 
mark(int) - Method in class cx.ath.matthew.io.ExecInputStream
 
mark(int) - Method in class cx.ath.matthew.io.TeeInputStream
 
markSupported() - Method in class cx.ath.matthew.io.ExecInputStream
 
markSupported() - Method in class cx.ath.matthew.io.TeeInputStream
 

O

os - Variable in class cx.ath.matthew.io.InOutCopier
 
out - Variable in class cx.ath.matthew.io.TeeOutputStream
 

P

POLLTIME - Static variable in class cx.ath.matthew.io.InOutCopier
 
printDOM(Document, PrintStream) - Static method in class cx.ath.matthew.io.DOMPrinter
Print the given document and all its children.
printDOM(Document, OutputStream) - Static method in class cx.ath.matthew.io.DOMPrinter
Print the given document and all its children.
printNode(Node, OutputStream) - Static method in class cx.ath.matthew.io.DOMPrinter
Print the given node and all its children.
printNode(Node, PrintStream) - Static method in class cx.ath.matthew.io.DOMPrinter
Print the given node and all its children.
proc - Variable in class cx.ath.matthew.io.ExecInputStream
 
proc - Variable in class cx.ath.matthew.io.ExecOutputStream
 

R

read() - Method in class cx.ath.matthew.io.ExecInputStream
 
read(byte[]) - Method in class cx.ath.matthew.io.ExecInputStream
 
read(byte[], int, int) - Method in class cx.ath.matthew.io.ExecInputStream
 
read() - Method in class cx.ath.matthew.io.TeeInputStream
 
read(byte[]) - Method in class cx.ath.matthew.io.TeeInputStream
 
read(byte[], int, int) - Method in class cx.ath.matthew.io.TeeInputStream
 
reset() - Method in class cx.ath.matthew.io.ExecInputStream
 
reset() - Method in class cx.ath.matthew.io.TeeInputStream
 
run() - Method in class cx.ath.matthew.io.InOutCopier
Copies from the inputstream to the outputstream until EOF on the inputstream or explicitly closed

S

skip(long) - Method in class cx.ath.matthew.io.ExecInputStream
 
skip(long) - Method in class cx.ath.matthew.io.TeeInputStream
 
start() - Method in class cx.ath.matthew.io.InOutCopier
Start the thread and wait to make sure its really started
stdin - Variable in class cx.ath.matthew.io.ExecInputStream
 
stdin - Variable in class cx.ath.matthew.io.ExecOutputStream
 
stdout - Variable in class cx.ath.matthew.io.ExecInputStream
 
stdout - Variable in class cx.ath.matthew.io.ExecOutputStream
 

T

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
 

W

write(byte[]) - Method in class cx.ath.matthew.io.ExecOutputStream
 
write(byte[], int, int) - Method in class cx.ath.matthew.io.ExecOutputStream
 
write(int) - Method in class cx.ath.matthew.io.ExecOutputStream
 
write(int) - Method in class cx.ath.matthew.io.TeeOutputStream
 
write(byte[]) - Method in class cx.ath.matthew.io.TeeOutputStream
 
write(byte[], int, int) - Method in class cx.ath.matthew.io.TeeOutputStream
 
A B C D E F I M O P R S T W 

Copyright © 2015. All Rights Reserved.