public class StreamDeserializer extends SLL2Deserializer
ctx, datin| Constructor and Description |
|---|
StreamDeserializer(AppContext ctx,
java.io.InputStream input) |
| Modifier and Type | Method and Description |
|---|---|
protected Expression |
fetchShared(int oid) |
java.lang.Class |
readClass() |
protected void |
recordReadObject(int definingOid,
Expression e) |
protected Expression |
skipReadObject(boolean flush,
int definingOid) |
deser, readExpression, readExpression, readInitializedExpression, readSymbolicEnvironmentavailable, close, read, read, read, readBigDecimal, readBigInteger, readBoolean, readByte, readChar, readDouble, readExpressionArray, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readShort, readUnsignedByte, readUnsignedShort, readUTF, readValueArray, resolveLibraryBinding, skip, skipBytesreadBer, readBerLong, readBerShort, writeBerpublic StreamDeserializer(AppContext ctx, java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionprotected void recordReadObject(int definingOid,
Expression e)
recordReadObject in class SLL2Deserializerprotected Expression skipReadObject(boolean flush, int definingOid) throws java.io.IOException
skipReadObject in class SLL2Deserializerjava.io.IOExceptionprotected Expression fetchShared(int oid) throws java.io.IOException
fetchShared in class SLL2Deserializerjava.io.IOExceptionpublic java.lang.Class readClass()
throws java.io.IOException
java.io.IOException