Package com.drew.metadata.mov.atoms
Class Atom
- java.lang.Object
-
- com.drew.metadata.mov.atoms.Atom
-
- Direct Known Subclasses:
CanonThumbnailAtom,FileTypeCompatibilityAtom,FullAtom
public class Atom extends java.lang.Objecthttps://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-38190
-
-
Constructor Summary
Constructors Constructor Description Atom(SequentialReader reader)Atom(Atom atom)
-
-
-
Constructor Detail
-
Atom
public Atom(SequentialReader reader) throws java.io.IOException
- Throws:
java.io.IOException
-
Atom
public Atom(Atom atom)
-
-