public class DeserializeStream extends DataStream
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object[] |
context |
protected int |
contextSize |
address, array, FIRST_BOOT_UID, INITIAL_ARRAY_CAPACITY, limit, offset, REF_EMBEDDED, REF_NULL, REF_RECURSIVE, REF_RECURSIVE2| Constructor and Description |
|---|
DeserializeStream(byte[] array) |
DeserializeStream(byte[] array,
int length) |
DeserializeStream(long address,
long length) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.io.Closeable |
newScope() |
java.lang.Object |
readObject() |
void |
register(java.lang.Object obj) |
address, alloc, array, available, byteBuffer, count, flush, read, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readRef, readShort, readTo, readUnsignedByte, readUnsignedShort, readUTF, skip, skipBytes, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeFrom, writeInt, writeLong, writeObject, writeShort, writeUTFpublic DeserializeStream(byte[] array)
public DeserializeStream(byte[] array,
int length)
public DeserializeStream(long address,
long length)
public java.lang.Object readObject()
throws java.io.IOException,
java.lang.ClassNotFoundException
readObject in interface java.io.ObjectInputreadObject in class DataStreamjava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void close()
close in interface java.io.ObjectInputclose in interface java.io.ObjectOutputclose in interface java.lang.AutoCloseableclose in class DataStreampublic void register(java.lang.Object obj)
register in class DataStreampublic java.io.Closeable newScope()
newScope in class DataStream