Class HhldReader
java.lang.Object
|
+--HhldReader
- public class HhldReader
- extends java.lang.Object
- implements RecReader
a class for reading sar datasets in a specific format
Method Summary |
java.util.Vector |
aread()
|
java.util.Vector |
bread()
|
int |
getType()
|
static void |
main(java.lang.String[] args)
|
java.util.Vector |
read()
|
void |
setType(int t)
|
void |
setup(java.io.File f)
|
void |
setup(java.lang.String s)
|
SARHhld |
singleRead()
|
int |
write(java.io.File f,
java.util.Vector r)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
HhldReader
public HhldReader()
HhldReader
public HhldReader(java.lang.String s,
int t)
HhldReader
public HhldReader(java.io.File f,
int t)
setup
public void setup(java.lang.String s)
throws java.io.IOException
- Specified by:
- setup in interface RecReader
setup
public void setup(java.io.File f)
throws java.io.IOException
- Specified by:
- setup in interface RecReader
read
public java.util.Vector read()
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
- read in interface RecReader
aread
public java.util.Vector aread()
throws java.io.IOException
singleRead
public SARHhld singleRead()
setType
public void setType(int t)
getType
public int getType()
main
public static void main(java.lang.String[] args)
write
public int write(java.io.File f,
java.util.Vector r)
throws java.io.IOException
bread
public java.util.Vector bread()
throws java.io.IOException,
java.lang.ClassNotFoundException