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.DateUtilsMRJ
Summary |
class DateUtilsMRJ extends java.lang.Object { // Fields 1 private static final String copyrightString; // Constructors 1 public DateUtilsMRJ(); // Methods 4 static DateBundle getFileDateBundle(int, int, byte[]); static DateBundle getVolumeDateBundle(int); static void setFileDateBundle(int, int, byte[], DateBundle); static void setVolumeDateBundle(int, DateBundle); }
Fields |
· copyrightString | Summary | Top |
private static final String copyrightString
Constructors |
· DateUtilsMRJ | Summary | Top |
public DateUtilsMRJ()
Default constructor
Methods |
· getFileDateBundle | Summary | Top |
static DateBundle getFileDateBundle(int vRef, int parID, byte[] pName)
Returns a DateBundle containing the dates of the given file. Returns null if an error occurs
Parameter Description vRef the vRefNum of the file parID the parID of the file pName the name of the file, as a Pascal string
· setFileDateBundle | Summary | Top |
static void setFileDateBundle(int vRef, int parID, byte[] pName, DateBundle newDates)
Sets the DateBundle of a file. Currently unimplemented.
Parameter Description vRef the vRefNum of the file parID the parID of the file pName the name of the file, as a Pascal string
- Throws: UnimplementedException
- this method always throws an UnimplementedException
· setVolumeDateBundle | Summary | Top |
static void setVolumeDateBundle(int vRef, DateBundle newDates)
Sets the DateBundle of the given volume. Not implemented.
Parameter Description vRef the vRefNum of the volume
- Throws: UnimplementedException
- this method always throws an UnimplementedException
· getVolumeDateBundle | Summary | Top |
static DateBundle getVolumeDateBundle(int vRef)
Returns a DateBundle containing the dates of the given volume. Returns null if an error occurs
Parameter Description vRef the vRefNum of the volume
All Packages This Package Class Hierarchy Class Search IndexFreshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7