public class DeserializeStream extends DataStream
| Modifier and Type | Field and Description |
|---|---|
protected Object[] |
context |
protected int |
contextSize |
address, array, FIRST_APP_UID, 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() |
Object |
readObject() |
void |
register(Object obj) |
address, alloc, array, available, byteBuffer, count, flush, read, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readTo, readUnsignedByte, readUnsignedShort, readUTF, skip, skipBytes, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeFrom, writeInt, writeLong, writeObject, writeShort, writeUTFprotected Object[] context
protected int contextSize
public DeserializeStream(byte[] array)
public DeserializeStream(byte[] array,
int length)
public DeserializeStream(long address,
long length)
public Object readObject() throws IOException, ClassNotFoundException
readObject in interface ObjectInputreadObject in class DataStreamIOExceptionClassNotFoundExceptionpublic void close()
close in interface ObjectInputclose in interface ObjectOutputclose in interface AutoCloseableclose in class DataStreampublic void register(Object obj)
register in class DataStreamCopyright © 2019. All rights reserved.