Uses of Class
com.drew.metadata.plist.BplistReader.Trailer
-
Packages that use BplistReader.Trailer Package Description com.drew.metadata.plist -
-
Uses of BplistReader.Trailer in com.drew.metadata.plist
Fields in com.drew.metadata.plist declared as BplistReader.Trailer Modifier and Type Field Description private BplistReader.TrailerBplistReader.PropertyListResults. trailerMethods in com.drew.metadata.plist that return BplistReader.Trailer Modifier and Type Method Description BplistReader.TrailerBplistReader.PropertyListResults. getTrailer()private static BplistReader.TrailerBplistReader. readTrailer(byte[] bplist)Given a full byte array containing the BPLIST, read the trailer object from the end of the array.Constructors in com.drew.metadata.plist with parameters of type BplistReader.Trailer Constructor Description PropertyListResults(java.util.List<java.lang.Object> objects, BplistReader.Trailer trailer)
-