public File inFile = null;
+ /**
+ * a viewport associated with the current file operation. May be null. May
+ * move to different object.
+ */
private AlignViewportI viewport;
- public int index = 1; // sequence counter for FileParse object created from
/**
* specific settings for exporting data from the current context
*/
private AlignExportSettingI exportSettings;
- // same data source
+ /**
+ * sequence counter for FileParse object created from same data source
+ */
+ public int index = 1;
+ /**
+ * separator for extracting specific 'frame' of a datasource for formats that
+ * support multiple records (e.g. BLC, Stockholm, etc)
+ */
protected char suffixSeparator = '#';
/**