|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.QTObject
|
+--quicktime.util.QTHandleRef
|
+--quicktime.io.AliasHandle
An alias handle represents a file - it maybe a minimal alias or an alias that will attempted to be resolved when used.
| Field Summary |
| Fields inherited from interface quicktime.jdirect.QuickTimeLib |
JDirect_MacOSX, libraryInstance, name |
| Method Summary | |
static AliasHandle |
fromArray(byte[] srcArray)
Creates an AliasHandle from the given byte array containing AliasHandle data |
static AliasHandle |
fromDataRef(DataRef dr)
Converts an aliasDataRef type DataRef into an AliasHandle. |
boolean |
isMinimal()
Returns true if the alias is a minimal alias, otherwise false |
QTFile |
resolve()
This method will take an alias and will resolve it, returning the full path name of the resolved file. |
| Methods inherited from class quicktime.util.QTHandleRef |
copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyFromArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, copyToArray, fromCompressionDialogState, fromSCSequence, getBytes, getSize, inMemory, isLocked, lock, lockHigh, moveHigh, toQTPointer, toQTPointer, toString, unlock |
| Methods inherited from class quicktime.QTObject |
disposeQTObject, equals, ID |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public static AliasHandle fromDataRef(DataRef dr)
throws QTException
QTException
public static AliasHandle fromArray(byte[] srcArray)
throws QTException
srcArray - byte array containing AliasHandle data
QTExceptionpublic boolean isMinimal()
public QTFile resolve()
throws QTException
QTException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||