Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.memoire.dja
Class DjaLoadSaveSer  view DjaLoadSaveSer download DjaLoadSaveSer.java

java.lang.Object
  extended bycom.memoire.dja.DjaLoadSaveSer
All Implemented Interfaces:
DjaLoadSaveInterface

public class DjaLoadSaveSer
extends java.lang.Object
implements DjaLoadSaveInterface


Constructor Summary
DjaLoadSaveSer()
           
 
Method Summary
 boolean canLoad()
           
 boolean canSave()
           
 com.memoire.bu.BuFileFilter getFilter()
           
 DjaVector load(java.io.File _file)
           
 void save(java.io.File _file, DjaVector _vector)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DjaLoadSaveSer

public DjaLoadSaveSer()
Method Detail

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