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.FileIteratorMRJ
Summary |
class FileIteratorMRJ extends java.lang.Object { // Fields 1 private static final String copyrightString; // Constructors 1 public FileIteratorMRJ(); // Methods 3 static int iterateFolder(int, int, byte[], DiskFilter, int, int); static int iterateVolume(int, DiskFilter, int, int); private static int runDiskFilter(DiskFilter, int, int, int, int, byte[]); }
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
Constructors |
· FileIteratorMRJ | Summary | Top |
public FileIteratorMRJ()
Default constructor
Methods |
· iterateVolume | Summary | Top |
static int iterateVolume(int vRef, DiskFilter filter, int flags, int maxToIterate)
· iterateFolder | Summary | Top |
static int iterateFolder(int vRef, int parID, byte[] pName, DiskFilter filter, int flags, int maxToIterate)
· runDiskFilter | Summary | Top |
private static int runDiskFilter(DiskFilter filter, int flags, int vRef, int dirID, int numEntries, byte[] buffer)
Iterates over the objects in the given directory, and presents them to a DiskFilter object. Information on each of the objects is stored in a byte array in the format described in the 'iterateContents' method For each object, an appropriate object will be created (DiskFileMRJ, etc.) and then presented to the DiskFilter's visit() method.
Parameter Description filter the DiskFilter flags ignored; set to 0 vRef the volume containing the files. dirID the dirID of the folder containing the files numEntries the number of files buffer contains the entries for the files,
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7