Package tritechgemini.fileio
Class GLFFastData
java.lang.Object
tritechgemini.fileio.GLFFastData
- All Implemented Interfaces:
Serializable
Class of serializable data that can be used to quick catalog
the overall content of a glf file.
- Author:
- Doug Gillespie
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected longprotected Stringprotected longprotected ArrayList<GLFFastBlockData> Start position of every block in the data file.protected longprotected Stringprotected longprotected longprotected Stringprotected long -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cfgFileName
-
datFileName
-
xmlFileName
-
cfgFilePos
protected long cfgFilePos -
datFilePos
protected long datFilePos -
xmlFilePos
protected long xmlFilePos -
cfgFileLen
protected long cfgFileLen -
datFileLen
protected long datFileLen -
xmlFileLen
protected long xmlFileLen -
datBlockStarts
Start position of every block in the data file. Note that this is the data position, i.e. the position in the unpacked dat file. The actual position in the file will always be (5*(blockNo+1)) further into the actual input file plus the file start offset datFilePos.
-
-
Constructor Details
-
GLFFastData
public GLFFastData()
-
-
Method Details
-
getFileBytes
public long getFileBytes()
-