public class SerializeStream extends DataStream
| Modifier and Type | Field and Description |
|---|---|
protected SerializationContext |
context |
address, array, FIRST_APP_UID, limit, offset, REF_EMBEDDED, REF_NULL, REF_RECURSIVE, REF_RECURSIVE2| Constructor and Description |
|---|
SerializeStream(byte[] array) |
SerializeStream(long address,
long length) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Closeable |
newScope() |
void |
writeObject(Object obj) |
address, alloc, array, available, byteBuffer, count, flush, read, read, read, read, readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readObject, readShort, readTo, readUnsignedByte, readUnsignedShort, readUTF, register, skip, skipBytes, write, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeFrom, writeInt, writeLong, writeShort, writeUTFprotected SerializationContext context
public SerializeStream(byte[] array)
public SerializeStream(long address,
long length)
public void writeObject(Object obj) throws IOException
writeObject in interface ObjectOutputwriteObject in class DataStreamIOExceptionpublic void close()
close in interface ObjectInputclose in interface ObjectOutputclose in interface AutoCloseableclose in class DataStreampublic Closeable newScope()
newScope in class DataStreamCopyright © 2019. All rights reserved.