Class MetadataExtractor.BplistReader.Trailer

java.lang.Object
gov.nih.mipav.model.file.MetadataExtractor.BplistReader.Trailer
Enclosing class:
MetadataExtractor.BplistReader

private static class MetadataExtractor.BplistReader.Trailer extends Object
A data structure to hold the BPLIST trailer data. Only meaningful fields are represented - the reader is responsible for skipping unused arrays.
  • Field Details

    • STRUCT_SIZE

      public static final int STRUCT_SIZE
      See Also:
    • offsetIntSize

      byte offsetIntSize
    • objectRefSize

      byte objectRefSize
    • numObjects

      long numObjects
    • topObject

      long topObject
    • offsetTableOffset

      long offsetTableOffset
  • Constructor Details

    • Trailer

      private Trailer()