|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.talvi.puffinplot.data.file.AmsLoader
public class AmsLoader
Turns an AGICO .ASC AMS file into a list of AMS tensors.
Constructor Summary | |
---|---|
AmsLoader(java.io.File ascFile)
Creates a new AMS laoder for a specified file. |
Method Summary | |
---|---|
java.util.List<AmsData> |
readFile()
Reads the file for which this loader was created. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmsLoader(java.io.File ascFile)
ascFile
- the file for which to create the loaderMethod Detail |
---|
public java.util.List<AmsData> readFile() throws java.io.IOException
java.io.IOException
- if there was an I/O error while reading the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |