|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sisc.ser.BerEncoding sisc.ser.DeserializerImpl sisc.ser.SLL2Deserializer sisc.ser.StreamDeserializer
public class StreamDeserializer
Field Summary |
---|
Fields inherited from class sisc.ser.DeserializerImpl |
---|
ctx, datin |
Constructor Summary | |
---|---|
StreamDeserializer(AppContext ctx,
java.io.InputStream input)
|
Method Summary | |
---|---|
protected Expression |
fetchShared(int oid)
|
java.lang.Class |
readClass()
|
protected void |
recordReadObject(int definingOid,
Expression e)
|
protected Expression |
skipReadObject(boolean flush,
int definingOid)
|
Methods inherited from class sisc.ser.SLL2Deserializer |
---|
deser, readExpression, readExpression, readInitializedExpression, readSymbolicEnvironment |
Methods inherited from class sisc.ser.DeserializerImpl |
---|
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 |
Methods inherited from class sisc.ser.BerEncoding |
---|
readBer, readBerLong, readBerShort, writeBer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StreamDeserializer(AppContext ctx, java.io.InputStream input) throws java.io.IOException
java.io.IOException
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |