public class SQFileLoader
extends java.lang.Object
| Constructor and Description |
|---|
SQFileLoader(java.lang.String fileFormatVersion)
Instantiates a new SQ file loader.
|
| Modifier and Type | Method and Description |
|---|---|
SQResultsGroup |
load(java.lang.String fileName)
Load.
|
SQResultsGroup |
loadOrders(java.lang.String fileName)
Load orders.
|
public SQFileLoader(java.lang.String fileFormatVersion)
fileFormatVersion - the file format versionpublic SQResultsGroup loadOrders(java.lang.String fileName) throws java.lang.Exception
fileName - the file namejava.lang.Exception - the exceptionpublic SQResultsGroup load(java.lang.String fileName) throws java.lang.Exception
fileName - the file namejava.lang.Exception - the exception