Package com.drew.metadata.apple
Class AppleRunTimeReader
- java.lang.Object
-
- com.drew.metadata.apple.AppleRunTimeReader
-
public class AppleRunTimeReader extends java.lang.ObjectReads the AppleRunTime data and addsAppleRunTimeMakernoteDirectoryto the parentAppleMakernoteDirectoryif it can be parsed with no errors.
-
-
Constructor Summary
Constructors Constructor Description AppleRunTimeReader()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidextract(byte[] bytes, Metadata metadata, Directory parentDirectory)private static voidprocessAppleRunTime(AppleRunTimeMakernoteDirectory directory, byte[] bplist)Process the BPLIST containing the RUN_TIME tag.
-
-
-
Method Detail
-
processAppleRunTime
private static void processAppleRunTime(AppleRunTimeMakernoteDirectory directory, byte[] bplist) throws java.io.IOException
Process the BPLIST containing the RUN_TIME tag. The directory will only be populated with values if the flag indicates that the CMTime structure is "valid".- Parameters:
directory- The AppleRunTimeMakernoteDirectory to set values onto.bplist- The BPLIST- Throws:
java.io.IOException- Thrown if an error occurs parsing the BPLIST as a CMTime structure.
-
-