Main Page
Cookbook/Overview ImageMeister the jcprops file Licensing Binary Installation & Configuration [ Win · Mac · Nix · OSX ] Changes Public API Source Code Main Page Java [ Common · Win · Mac · Nix ] Native Code [ Common · Win · Mac · Nix ] Manifest Native Code Overviews [ Common · Win · Mac · Nix · Strings ] Macros [ General · Native Macros ] Walkthroughs [ Java only · Java and native ] Building [ Win · Mac · Nix · OSX ] Distribution Issues |
All Packages This Package Class Hierarchy Class Search Index
java.lang.Object | +----com.jconfig.mac.DOCreatorMRJ
Summary |
class DOCreatorMRJ extends java.lang.Object { // Fields 1 private static final String copyrightString; // Constructors 1 public DOCreatorMRJ(); // Methods 1 static AppFile[] createAppFileArray(int[], int[], byte[], int, int); }
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
Constructors |
· DOCreatorMRJ | Summary | Top |
public DOCreatorMRJ()
Default constructor
Methods |
· createAppFileArray | Summary | Top |
static AppFile[] createAppFileArray(int[] vRefs, int[] parIDs, byte[] pNames, int num, int nameLen)
Given arrays containing information on application's files, returns an array of AppFile's created using that information. Returns null if none of the AppFile's could be created.
Parameter Description vRefs the vRefNums of the files parIDs the parIDs of the files pNames the names of the files. Each name is a Pascal string which occupies 'num' elements num the number of AppFiles to create. The actual number returned may be less than this if an error occurs for some of the applications. nameLen the length of each name in the 'pNames' array
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7