public class AmsLoader extends Object
Constructor and Description |
---|
AmsLoader(File ascFile)
Creates a new AMS loader for a specified file.
|
Modifier and Type | Method and Description |
---|---|
List<AmsData> |
readFile()
Reads the file for which this loader was created.
|
public AmsLoader(File ascFile)
ascFile
- the file for which to create the loaderpublic List<AmsData> readFile() throws IOException
IOException
- if there was an I/O error while reading the fileCopyright © 2022. All rights reserved.