Package gov.nih.mipav.model.file
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 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
-
-