quicktime.io
Class OpenedFile

java.lang.Object
  |
  +--quicktime.QTObject
        |
        +--quicktime.io.OpenedFile
All Implemented Interfaces:
quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary
Direct Known Subclasses:
OpenFile, OpenMovieFile

public abstract class OpenedFile
extends QTObject
implements quicktime.jdirect.QuickTimeLib

This class represents an OpenedFile. Subclasses define the type of file open procedures that are used


Fields inherited from interface quicktime.jdirect.QuickTimeLib
JDirect_MacOSX, libraryInstance, name
 
Method Summary
 void close()
          This method closes an open stream and the associated movie file.
 QTFile getFile()
           
 
Methods inherited from class quicktime.QTObject
disposeQTObject, equals, ID, toString
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getFile

public final QTFile getFile()

close

public final void close()
                 throws QTIOException
This method closes an open stream and the associated movie file.

QuickTime::CloseMovieFile()



QuickTime::FSClose()