All Packages Class Hierarchy This Package Previous Next Index
Class org.doit.io.SourceObjectStream
java.lang.Object
|
+----org.doit.io.OutputObjectStream
|
+----org.doit.io.SourceObjectStream
- public class SourceObjectStream
- extends OutputObjectStream
- implements Runnable
-
SourceObjectStream(InputObjectStream)
-
-
run()
-
-
setSourceInputStream(InputStream)
-
-
setSourceLength(int)
-
SourceObjectStream
public SourceObjectStream(InputObjectStream in) throws IOException
setSourceInputStream
public void setSourceInputStream(InputStream src)
setSourceLength
public void setSourceLength(int length)
run
public void run()
All Packages Class Hierarchy This Package Previous Next Index