public interface WorkContextInput extends DataInput
WorkContextInput is a primitive stream used for
 unmarshaling WorkContext implementations.WorkContextOutput| Modifier and Type | Method and Description | 
|---|---|
String | 
readASCII()
Reads an 8-bit, variable-length, ASCII string from the underlying
 data stream. 
 | 
WorkContext | 
readContext()
Reads a  
WorkContext from the underlying
 stream. | 
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytesString readASCII() throws IOException
IOExceptionWorkContext readContext() throws IOException, 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.IOExceptionClassNotFoundException