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

Class com.jconfig.mac.DOFactoryMRJ
java.lang.Object
   |
   +----com.jconfig.mac.DOFactoryMRJ

  Summary

class  DOFactoryMRJ
     extends java.lang.Object
{
          // Fields 3
     private static final String copyrightString;
     private static final int kAliasFileTestBits;
     private static final int kCFMAppMask;

          // Constructors 1
     public DOFactoryMRJ();

          // Methods 4
     static AppFile createAppFile(int, int, byte[]) throws DiskFileException, FileNotFoundException;
     static AppFile[] createAppFileArray(int[], int[], byte[], int, int);
     static DiskObject createDiskObject(int, int, byte[]) throws DiskFileException, FileNotFoundException;
     static DiskVolume createDiskVolume(int);

}

Author:
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.




  Fields

· copyrightString

Summary  |  Top

   private static final String copyrightString


· kAliasFileTestBits

Summary  |  Top
   private static final int kAliasFileTestBits


· kCFMAppMask

Summary  |  Top
   private static final int kCFMAppMask


  Constructors

· DOFactoryMRJ

Summary  |  Top

   public DOFactoryMRJ() 

Default constructor



  Methods

· createDiskVolume

Summary  |  Top
   static DiskVolume createDiskVolume(int vRef) 


· createDiskObject

Summary  |  Top
   static DiskObject createDiskObject(int vRef, 
                                      int parID, 
                                      byte[] pName)  throws DiskFileException, FileNotFoundException


· createAppFile

Summary  |  Top
   static AppFile createAppFile(int vRef, 
                                int parID, 
                                byte[] pName)  throws DiskFileException, FileNotFoundException


· 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  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7