All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.io.AliasHandle
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.util.QTHandleRef
|
+----quicktime.io.AliasHandle
- public final class AliasHandle
- extends QTHandleRef
- implements QuickTimeLib
An alias handle represents a file - it maybe a minimal alias or an alias that
will attempted to be resolved when used.
-
fromDataRef(DataRef)
- Converts an aliasDataRef type DataRef into an AliasHandle.
-
isMinimal()
- Returns true if the alias is a minimal alias, otherwise false
-
resolve()
- This method will take an alias and will resolve it,
returning the full path name of the resolved file.
fromDataRef
public static AliasHandle fromDataRef(DataRef dr) throws QTException
- Converts an aliasDataRef type DataRef into an AliasHandle. This does not
copy the alias DataRef so any changes that are made to the Alias will
effect the DataRef as well.
- Parameters:
- the - DataRef
- Returns:
- the AliasHandle
isMinimal
public boolean isMinimal()
- Returns true if the alias is a minimal alias, otherwise false
resolve
public QTFile resolve() throws QTException
- This method will take an alias and will resolve it,
returning the full path name of the resolved file.
QuickTime::ResolveAlias
- Returns:
- the QTFile object of the resolved alias
All Packages Class Hierarchy This Package Previous Next Index