|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSSpec | |
---|---|
org.rococoa.cocoa.ats | |
org.rococoa.cocoa.carboncore | |
org.rococoa.cocoa.hiservices | |
org.rococoa.cocoa.speechsynthesis |
Uses of FSSpec in org.rococoa.cocoa.ats |
---|
Fields in org.rococoa.cocoa.ats declared as FSSpec | |
---|---|
FSSpec |
FMFilter.filter_union.fontContainerFilter
|
Constructors in org.rococoa.cocoa.ats with parameters of type FSSpec | |
---|---|
FMFilter.filter_union(FSSpec fontContainerFilter)
|
Uses of FSSpec in org.rococoa.cocoa.carboncore |
---|
Subclasses of FSSpec in org.rococoa.cocoa.carboncore | |
---|---|
static class |
FSSpec.ByReference
|
static class |
FSSpec.ByValue
|
Methods in org.rococoa.cocoa.carboncore that return FSSpec | |
---|---|
static FSSpec[] |
FSSpec.newArray(int arrayLength)
|
Methods in org.rococoa.cocoa.carboncore with parameters of type FSSpec | |
---|---|
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 |
void |
CarbonCoreLibrary.FSpCreateResFile(FSSpec spec,
int creator,
int fileType,
short scriptTag)
FSpCreateResFile() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 7.1 and later Original signature : void FSpCreateResFile(const FSSpec*, OSType, OSType, ScriptCode) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Resources.h:1238 |
short |
CarbonCoreLibrary.FSpOpenResFile(FSSpec spec,
byte permission)
FSpOpenResFile() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 7.1 and later Original signature : ResFileRefNum FSpOpenResFile(const FSSpec*, SignedByte) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Resources.h:1220 |
boolean |
CarbonCoreLibrary.FSpResourceFileAlreadyOpen(FSSpec resourceFile,
boolean inChain,
ShortBuffer refNum)
FSpResourceFileAlreadyOpen() *** DEPRECATED *** Mac OS X threading: Not thread safe Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in InterfaceLib 9.0 and later Original signature : Boolean FSpResourceFileAlreadyOpen(const FSSpec*, Boolean*, ResFileRefNum*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/CarbonCore.framework/Headers/Resources.h:1258 |
boolean |
CarbonCoreLibrary.FSpResourceFileAlreadyOpen(FSSpec resourceFile,
boolean inChain,
ShortByReference refNum)
Deprecated. use the safer methods CarbonCoreLibrary.FSpResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSSpec, boolean, java.nio.ShortBuffer) and CarbonCoreLibrary.FSpResourceFileAlreadyOpen(org.rococoa.cocoa.carboncore.FSSpec, boolean, com.sun.jna.ptr.ShortByReference) instead |
Uses of FSSpec in org.rococoa.cocoa.hiservices |
---|
Fields in org.rococoa.cocoa.hiservices declared as FSSpec | |
---|---|
FSSpec |
ICFileSpec.fss
this field should be ignored, use the alias C type : FSSpec |
Constructors in org.rococoa.cocoa.hiservices with parameters of type FSSpec | |
---|---|
ICFileSpec(byte[] volName,
int volCreationDate,
FSSpec fss,
AliasRecord alias)
|
Uses of FSSpec in org.rococoa.cocoa.speechsynthesis |
---|
Fields in org.rococoa.cocoa.speechsynthesis declared as FSSpec | |
---|---|
FSSpec |
VoiceFileInfo.fileSpec
|
Constructors in org.rococoa.cocoa.speechsynthesis with parameters of type FSSpec | |
---|---|
VoiceFileInfo(FSSpec fileSpec,
short resID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |