Class BinaryInputStream

java.lang.Object
binaryFileStorage.BinaryInputStream

public class BinaryInputStream extends Object
Used to read data back from a binary data file and either send it off to the associated PamDataBlock or hand it back to the BinaryStore controller, e.g. for writing into a new file if data are being updated.
Author:
Doug Gillespie.
  • Constructor Details

  • Method Details

    • getBinaryFooter

      public BinaryFooter getBinaryFooter()
      Returns:
      the binaryFooter
    • getUnitsRead

      public int getUnitsRead()
      Returns:
      the unitsRead
    • getLastObjectTime

      public long getLastObjectTime()
      Returns:
      the lastObjectTime
    • getPamDataBlock

      public PamDataBlock getPamDataBlock()
      Returns:
      the pamDataBlock
    • getCurrentFile

      public File getCurrentFile()
      Returns:
      the currentFile