Package com.drew.metadata.mov.atoms
Class HandlerReferenceAtom
- java.lang.Object
-
- com.drew.metadata.mov.atoms.Atom
-
- com.drew.metadata.mov.atoms.FullAtom
-
- com.drew.metadata.mov.atoms.HandlerReferenceAtom
-
public class HandlerReferenceAtom extends FullAtom
https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap2/qtff2.html#//apple_ref/doc/uid/TP40000939-CH204-BBCIBHFD
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.StringcomponentName(package private) java.lang.StringcomponentSubtype(package private) java.lang.StringcomponentType
-
Constructor Summary
Constructors Constructor Description HandlerReferenceAtom(SequentialReader reader, Atom atom)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetComponentType()
-
-
-
Constructor Detail
-
HandlerReferenceAtom
public HandlerReferenceAtom(SequentialReader reader, Atom atom) throws java.io.IOException
- Throws:
java.io.IOException
-
-