public interface WorkContextInput
extends java.io.DataInput
WorkContextInput
is a primitive stream used for
unmarshaling WorkContext
implementations.WorkContextOutput
Modifier and Type | Method and Description |
---|---|
java.lang.String |
readASCII()
Reads an 8-bit, variable-length, ASCII string from the underlying
data stream.
|
WorkContext |
readContext()
Reads a
WorkContext from the underlying
stream. |
java.lang.String readASCII() throws java.io.IOException
java.io.IOException
WorkContext readContext() throws java.io.IOException, java.lang.ClassNotFoundException
WorkContext
from the underlying
stream. The class is encoded as part of the marshaled form in a
protocol-dependent fashion to allow remote java implementations
to decode it.java.io.IOException
java.lang.ClassNotFoundException