public class PersistentByteArrayPortability extends ByteArrayPortability implements PersistentPortability<byte[]>
| Modifier and Type | Field and Description |
|---|---|
static PersistentByteArrayPortability |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap(ObjectInput input) |
void |
close() |
void |
flush() |
void |
persist(ObjectOutput output) |
decode, encode, equalsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, encode, equalspublic static final PersistentByteArrayPortability INSTANCE
public void flush()
throws IOException
flush in interface PersistentIOExceptionpublic void close()
throws IOException
close in interface PersistentIOExceptionpublic void persist(ObjectOutput output) throws IOException
persist in interface PersistentIOExceptionpublic void bootstrap(ObjectInput input) throws IOException
bootstrap in interface PersistentIOExceptionCopyright © 2015–2024. All rights reserved.