Class GLFFastData

java.lang.Object
tritechgemini.fileio.GLFFastData
All Implemented Interfaces:
Serializable

public class GLFFastData extends Object implements 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 Details

    • cfgFileName

      protected String cfgFileName
    • datFileName

      protected String datFileName
    • xmlFileName

      protected String 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

      protected ArrayList<GLFFastBlockData> 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()