public interface Persistent
| Modifier and Type | Method and Description |
|---|---|
void |
bootstrap(ObjectInput input) |
void |
close() |
void |
flush() |
void |
persist(ObjectOutput output) |
void flush()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionvoid persist(ObjectOutput output) throws IOException
IOExceptionvoid bootstrap(ObjectInput input) throws IOException
IOExceptionCopyright © 2015–2024. All rights reserved.