wt.wrmf.delivery
Class ObjectReadingInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bywt.wrmf.delivery.ObjectReadingInputStream
All Implemented Interfaces:
Runnable, Serializable

public class ObjectReadingInputStream
extends InputStream
implements Runnable, Serializable



Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private  boolean isStart
           
private  Serializable obj
           
private  ObjectOutputStream oos
           
private  PipedInputStream pis
           
private static String RESOURCE
           
private  Thread thread
           
private static String versionID
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
ObjectReadingInputStream(Serializable obj)
          

Supported API: false
 
Method Summary
 int read()
          

Supported API: false
 void run()
          

Supported API: false
 
Methods inherited from class java.io.InputStream
available, close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

thread

private Thread thread

obj

private Serializable obj

oos

private ObjectOutputStream oos

pis

private PipedInputStream pis

isStart

private boolean isStart

versionID

private static final String versionID
See Also:
Constant Field Values
Constructor Detail

ObjectReadingInputStream

public ObjectReadingInputStream(Serializable obj)
                         throws IOException


Supported API: false

Parameters:
obj -
Throws:
IOException
Method Detail

read

public int read()
         throws IOException


Supported API: false

Returns:
int
Throws:
IOException

run

public void run()


Supported API: false

Specified by:
run in interface Runnable