Uses of Class
quicktime.std.movies.AtomData

Packages that use AtomData
quicktime.std.image   
quicktime.std.movies   
 

Uses of AtomData in quicktime.std.image
 

Methods in quicktime.std.image that return AtomData
 AtomData VectorStream.getAtomData(int atomType)
          This method is used to find the first atom of a specified type within a vector data stream and get its data.
 

Uses of AtomData in quicktime.std.movies
 

Methods in quicktime.std.movies that return AtomData
 AtomData AtomContainer.getAtomData(Atom atom)
          Retrieves a pointer to the atom data for the specifiec leaf atom.
static AtomData AtomData.fromVectorStream(Curve c, VectorStream vectorStream, int atomType)
          This method is used to find the first atom of a specified type within a vector data stream and get its data.