Class MetadataExtractor.BplistReader.Trailer

  • Enclosing class:
    MetadataExtractor.BplistReader

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

      Constructors 
      Modifier Constructor Description
      private Trailer()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • offsetIntSize

        byte offsetIntSize
      • objectRefSize

        byte objectRefSize
      • numObjects

        long numObjects
      • topObject

        long topObject
      • offsetTableOffset

        long offsetTableOffset
    • Constructor Detail

      • Trailer

        private Trailer()