public class PersistStream extends SerializeStream
contextaddress, array, FIRST_APP_UID, limit, offset, REF_EMBEDDED, REF_NULL, REF_RECURSIVE, REF_RECURSIVE2| Constructor and Description |
|---|
PersistStream() |
PersistStream(byte[] array) |
PersistStream(int capacity) |
PersistStream(long address,
long length) |
| Modifier and Type | Method and Description |
|---|---|
protected long |
alloc(int size) |
byte[] |
toByteArray() |
void |
writeObject(Object obj) |
closeaddress, 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, writeUTFpublic PersistStream()
public PersistStream(int capacity)
public PersistStream(byte[] array)
public PersistStream(long address,
long length)
public byte[] toByteArray()
public void writeObject(Object obj) throws IOException
writeObject in interface ObjectOutputwriteObject in class SerializeStreamIOExceptionprotected long alloc(int size)
alloc in class DataStreamCopyright © 2019. All rights reserved.