public class ISFLoader
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static MemoryContainer |
loadISFIntoMemoryContainer(java.lang.String ISFFileName) |
Loads information table defined in given ISF file into memory container and returns reference to created container.
|
static MemoryContainer |
loadISFIntoMemoryContainer(java.lang.String ISFFileName,
ParseLog parseLog) |
Loads information table defined in given ISF file into memory container
and returns reference to created container.
|
public static MemoryContainer loadISFIntoMemoryContainer(java.lang.String ISFFileName)
ISFFileName
- name of the ISF file to loadnull
otherwisepublic static MemoryContainer loadISFIntoMemoryContainer(java.lang.String ISFFileName, ParseLog parseLog)
ISFFileName
- name of the ISF file to loadparseLog
- parse log used to log warnings and errors that may arise during file parsingnull
otherwise