public static interface Memoizer.Deser
Modifier and Type | Method and Description |
---|---|
void |
close() |
IFormatReader |
loadReader() |
String |
loadReleaseVersion() |
String |
loadRevision() |
void |
loadStart(File memoFile) |
void |
loadStop() |
Integer |
loadVersion() |
void |
saveReader(IFormatReader reader) |
void |
saveReleaseVersion(String version) |
void |
saveRevision(String revision) |
void |
saveStart(File tempFile) |
void |
saveStop() |
void |
saveVersion(Integer version) |
void loadStart(File memoFile) throws IOException
IOException
Integer loadVersion() throws IOException
IOException
String loadReleaseVersion() throws IOException
IOException
String loadRevision() throws IOException
IOException
IFormatReader loadReader() throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
void loadStop() throws IOException
IOException
void saveStart(File tempFile) throws IOException
IOException
void saveVersion(Integer version) throws IOException
IOException
void saveReleaseVersion(String version) throws IOException
IOException
void saveRevision(String revision) throws IOException
IOException
void saveReader(IFormatReader reader) throws IOException
IOException
void saveStop() throws IOException
IOException
void close()
Copyright © 2016 Open Microscopy Environment