|
||||||||||
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.BlockDeserializer
public class BlockDeserializer
Field Summary |
---|
Fields inherited from class sisc.ser.DeserializerImpl |
---|
ctx, datin |
Constructor Summary | |
---|---|
BlockDeserializer(AppContext ctx,
SeekableDataInputStream input,
java.util.Map classes,
int[] o,
int[] l)
|
Method Summary | |
---|---|
protected Expression |
fetchShared(int oid)
|
Library |
getLibrary()
|
java.lang.Class |
readClass()
|
protected void |
recordReadObject(int definingOid,
Expression e)
|
void |
setLibrary(Library lib)
|
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 |
Methods inherited from interface sisc.ser.Deserializer |
---|
readBigDecimal, readBigInteger, readExpression, readExpressionArray, readInitializedExpression, readSymbolicEnvironment, readValueArray |
Methods inherited from interface java.io.ObjectInput |
---|
available, close, read, read, read, readObject, skip |
Methods inherited from interface java.io.DataInput |
---|
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes |
Constructor Detail |
---|
public BlockDeserializer(AppContext ctx, SeekableDataInputStream input, java.util.Map classes, int[] o, int[] l) 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 Library getLibrary()
getLibrary
in interface LibraryDeserializer
public void setLibrary(Library lib)
setLibrary
in interface LibraryDeserializer
public java.lang.Class readClass() throws java.io.IOException
readClass
in interface Deserializer
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |