Uses of Class
org.rococoa.cocoa.carboncore.FSRef

Packages that use FSRef
org.rococoa.cocoa.carboncore   
org.rococoa.cocoa.corefoundation   
 

Uses of FSRef in org.rococoa.cocoa.carboncore
 

Subclasses of FSRef in org.rococoa.cocoa.carboncore
static class FSRef.ByReference
           
static class FSRef.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return FSRef
static FSRef[] FSRef.newArray(int arrayLength)
           
 

Methods in org.rococoa.cocoa.carboncore with parameters of type FSRef
 void CarbonCoreLibrary.FSCreateResFile(FSRef parentRef, NativeLong nameLength, ShortBuffer name, int whichInfo, FSCatalogInfo catalogInfo, FSRef newRef, FSSpec newSpec)
          FSCreateResFile()

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.1 and later
Non-Carbon CFM: in InterfaceLib 9.1 and later
Original signature : void FSCreateResFile(const FSRef*, UniCharCount, const UniChar*, FSCatalogInfoBitmap, const FSCatalogInfo*, FSRef*, FSSpecPtr)
 void CarbonCoreLibrary.FSCreateResFile(FSRef parentRef, NativeLong nameLength, ShortByReference name, int whichInfo, FSCatalogInfo catalogInfo, FSRef newRef, FSSpec newSpec)
          Deprecated. use the safer methods CarbonCoreLibrary.FSCreateResFile(org.rococoa.cocoa.carboncore.FSRef, com.sun.jna.NativeLong, java.nio.ShortBuffer, int, org.rococoa.cocoa.carboncore.FSCatalogInfo, org.rococoa.cocoa.carboncore.FSRef, org.rococoa.cocoa.carboncore.FSSpec) and CarbonCoreLibrary.FSCreateResFile(org.rococoa.cocoa.carboncore.FSRef, com.sun.jna.NativeLong, com.sun.jna.ptr.ShortByReference, int, org.rococoa.cocoa.carboncore.FSCatalogInfo, org.rococoa.cocoa.carboncore.FSRef, org.rococoa.cocoa.carboncore.FSSpec) instead
 boolean CarbonCoreLibrary.FSIsFSRefValid(FSRef ref)
          FSIsFSRefValid()

Summary:
Returns true if ref refers to an existing valid file system
object, false otherwise.
 short CarbonCoreLibrary.FSOpenResFile(FSRef ref, byte permission)
          FSOpenResFile()

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.1 and later
Non-Carbon CFM: in InterfaceLib 9.1 and later
Original signature : ResFileRefNum FSOpenResFile(const FSRef*, SInt8)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Resources.h:912
 boolean CarbonCoreLibrary.FSResourceFileAlreadyOpen(FSRef resourceFileRef, boolean inChain, ShortBuffer refNum)
          FSResourceFileAlreadyOpen()

Mac OS X threading:
Not thread safe

Availability:
Mac OS X: in version 10.0 and later in CoreServices.framework
CarbonLib: in CarbonLib 1.1 and later
Non-Carbon CFM: in InterfaceLib 9.1 and later
Original signature : Boolean FSResourceFileAlreadyOpen(const FSRef*, Boolean*, ResFileRefNum*)
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Resources.h:958
 boolean CarbonCoreLibrary.FSResourceFileAlreadyOpen(FSRef resourceFileRef, boolean inChain, ShortByReference refNum)
          Deprecated. use the safer methods CarbonCoreLibrary.FSResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSRef, boolean, java.nio.ShortBuffer) and CarbonCoreLibrary.FSResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSRef, boolean, com.sun.jna.ptr.ShortByReference) instead
 boolean CarbonCoreLibrary.FSAliasFilterProcPtr.invoke(FSRef ref, boolean quitFlag, Pointer myDataPtr)
           
 

Uses of FSRef in org.rococoa.cocoa.corefoundation
 

Methods in org.rococoa.cocoa.corefoundation with parameters of type FSRef
 ColorSyncLibrary.__CFURL CoreFoundationLibrary.CFURLCreateFromFSRef(CoreFoundationLibrary.__CFAllocator allocator, FSRef fsRef)
          Original signature : CFURLRef CFURLCreateFromFSRef(CFAllocatorRef, FSRef*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:420
 boolean CoreFoundationLibrary.CFURLGetFSRef(ColorSyncLibrary.__CFURL url, FSRef fsRef)
          Original signature : Boolean CFURLGetFSRef(CFURLRef, FSRef*)
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFURL.h:423
 



Copyright © 2009. All Rights Reserved.