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, readSymbolicEnvironment
available, 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, skipBytes
readBer, readBerLong, readBerShort, writeBer
public StreamDeserializer(AppContext ctx, java.io.InputStream input) throws java.io.IOException
java.io.IOException
protected void recordReadObject(int definingOid, Expression e)
recordReadObject
in class SLL2Deserializer
protected Expression skipReadObject(boolean flush, int definingOid) throws java.io.IOException
skipReadObject
in class SLL2Deserializer
java.io.IOException
protected Expression fetchShared(int oid) throws java.io.IOException
fetchShared
in class SLL2Deserializer
java.io.IOException
public java.lang.Class readClass() throws java.io.IOException
java.io.IOException