wt.wrmf.delivery
Class ObjectReadingInputStream
java.lang.Object
java.io.InputStream
wt.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
Method Summary |
int |
read()
Supported API: false |
void |
run()
Supported API: false |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ObjectReadingInputStream
public ObjectReadingInputStream(Serializable obj)
throws IOException
Supported API: false
- Parameters:
obj
-
- Throws:
IOException
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