java.lang.Object
com.memoire.dja.DjaLoadSaveSer
- All Implemented Interfaces:
- DjaLoadSaveInterface
- public class DjaLoadSaveSer
- extends java.lang.Object
- implements DjaLoadSaveInterface
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DjaLoadSaveSer
public DjaLoadSaveSer()
canLoad
public boolean canLoad()
- Specified by:
canLoad in interface DjaLoadSaveInterface
canSave
public boolean canSave()
- Specified by:
canSave in interface DjaLoadSaveInterface
load
public DjaVector load(java.io.File _file)
throws java.lang.Exception
- Specified by:
load in interface DjaLoadSaveInterface
save
public void save(java.io.File _file,
DjaVector _vector)
throws java.lang.Exception
- Specified by:
save in interface DjaLoadSaveInterface
getFilter
public com.memoire.bu.BuFileFilter getFilter()
- Specified by:
getFilter in interface DjaLoadSaveInterface