wt.replication.unit
Class ManifestReader
java.lang.Object
java.io.InputStream
wt.replication.unit.ManifestReader
- All Implemented Interfaces:
- Runnable, Serializable
- public class ManifestReader
- extends InputStream
- implements Runnable, Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
thread
private Thread thread
obj
private Serializable obj
out
private PrintWriter out
pis
private PipedInputStream pis
isStart
private boolean isStart
doc
private Document doc
ManifestReader
public ManifestReader(Serializable obj,
Document doc)
throws IOException
read
public int read()
throws IOException
- Throws:
IOException
run
public void run()
- Specified by:
run
in interface Runnable
getInputStream
public PipedInputStream getInputStream()