uk.ac.man.bioinf.apps.optionable
Class FileSaveableOptions
java.lang.Object
|
+--uk.ac.man.bioinf.apps.optionable.SaveableOptions
|
+--uk.ac.man.bioinf.apps.optionable.FileSaveableOptions
- All Implemented Interfaces:
- EventListener, OptionHandler, SystemListener
- public class FileSaveableOptions
- extends SaveableOptions
FileSaveableOptions.java
Provides Saveable Option support with files.
Created: Tue Feb 02 16:40:27 1999
- Version:
- $Id: FileSaveableOptions.java,v 1.16 2001/05/14 17:08:18 lord Exp $
- Author:
- Phillip Lord
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSaveableOptions
public FileSaveableOptions(File configFile,
SystemEventProducer producer,
OptionableExceptionHandler exHandler)
getSaveStream
public OutputStream getSaveStream()
throws IOException
- These were originally going to be abstract but you cant make
abstract static methods. I guess its no big thing as thing is
pretty much a one off class anyway.
- Specified by:
getSaveStream
in class SaveableOptions
IOException
getLoadStream
public InputStream getLoadStream()
throws IOException
- Specified by:
getLoadStream
in class SaveableOptions
IOException