Package com.drew.metadata.plist
Class BplistReader.Trailer
- java.lang.Object
-
- com.drew.metadata.plist.BplistReader.Trailer
-
- Enclosing class:
- BplistReader
private static class BplistReader.Trailer extends java.lang.ObjectA data structure to hold the BPLIST trailer data. Only meaningful fields are represented - the reader is responsible for skipping unused arrays.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) longnumObjects(package private) byteobjectRefSize(package private) byteoffsetIntSize(package private) longoffsetTableOffsetstatic intSTRUCT_SIZE(package private) longtopObject
-
Constructor Summary
Constructors Modifier Constructor Description privateTrailer()
-
-
-
Field Detail
-
STRUCT_SIZE
public static final int STRUCT_SIZE
- See Also:
- Constant Field Values
-
offsetIntSize
byte offsetIntSize
-
objectRefSize
byte objectRefSize
-
numObjects
long numObjects
-
topObject
long topObject
-
offsetTableOffset
long offsetTableOffset
-
-