Interface RecReader

All Known Implementing Classes:
HhldReader

public abstract interface RecReader


Method Summary
 java.util.Vector read()
           
 void setup(java.io.File f)
           
 void setup(java.lang.String s)
           
 

Method Detail

setup

public void setup(java.lang.String s)
           throws java.io.IOException

setup

public void setup(java.io.File f)
           throws java.io.IOException

read

public java.util.Vector read()
                      throws java.io.IOException,
                             java.lang.ClassNotFoundException