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
A data structure to hold the BPLIST trailer data. Only meaningful fields
are represented - the reader is responsible for skipping unused arrays.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) long(package private) byte(package private) byte(package private) longstatic final int(package private) long -
Constructor Summary
Constructors -
Method Summary
-
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()
-