Class Atom

  • Direct Known Subclasses:
    CanonThumbnailAtom, FileTypeCompatibilityAtom, FullAtom

    public class Atom
    extends java.lang.Object
    https://developer.apple.com/library/content/documentation/QuickTime/QTFF/QTFFChap1/qtff1.html#//apple_ref/doc/uid/TP40000939-CH203-38190
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long size  
      java.lang.String type  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • size

        public long size
      • type

        public java.lang.String type
    • Constructor Detail

      • Atom

        public Atom​(SequentialReader reader)
             throws java.io.IOException
        Throws:
        java.io.IOException
      • Atom

        public Atom​(Atom atom)