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.IConfigEntryMRJ
java.lang.Object
   |
   +----com.jconfig.mac.IConfigEntryMRJ

  Summary

class  IConfigEntryMRJ
     extends java.lang.Object
     implements com.jconfig.ConfigEntry
{
          // Fields 9
     private static final String copyrightString;
     String creatorAppName;
     String entryName;
     FinderInfo fInfo;
     FileExtension fileExtension;
     int flags;
     public static final int kRecordLength;
     MIMEType mimeType;
     String postAppName;

          // Constructors 1
     IConfigEntryMRJ(byte[]);

          // Methods 7
     public void dumpInfo(PrintStream, String);
     public String getAppName();
     public String getEntryName();
     public FileExtension getFileExtension();
     public FinderInfo getFinderInfo();
     public int getFlags();
     public MIMEType getMIMEType();
}

Reads a ConfigEntry from a buffer filled by the Internet Config ICGetIndMapEntry() routine.

See the IC documentation for more information on that routine.

Note that the IConfigEntryBinary class reads a ConfigEntry from a packed buffer, while this class read a ConfigEntry from an unpacked buffer provided by InternetConfig.

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




  Fields

· copyrightString

Summary  |  Top

   private static final String copyrightString


· fInfo

Summary  |  Top
   FinderInfo fInfo


· mimeType

Summary  |  Top
   MIMEType mimeType


· fileExtension

Summary  |  Top
   FileExtension fileExtension


· creatorAppName

Summary  |  Top
   String creatorAppName


· postAppName

Summary  |  Top
   String postAppName


· entryName

Summary  |  Top
   String entryName


· flags

Summary  |  Top
   int flags


· kRecordLength

Summary  |  Top
   public static final int kRecordLength


  Constructors

· IConfigEntryMRJ

Summary  |  Top

   IConfigEntryMRJ(byte[] record) 

Construct from an unpacked buffer. See the IC documentation for the offsets used.



  Methods

· getFinderInfo

Summary  |  Top
   public FinderInfo getFinderInfo() 
Implements:
getFinderInfo in interface ConfigEntry


· getMIMEType

Summary  |  Top
   public MIMEType getMIMEType() 
Implements:
getMIMEType in interface ConfigEntry


· getFileExtension

Summary  |  Top
   public FileExtension getFileExtension() 
Implements:
getFileExtension in interface ConfigEntry


· getAppName

Summary  |  Top
   public String getAppName() 
Implements:
getAppName in interface ConfigEntry


· getEntryName

Summary  |  Top
   public String getEntryName() 
Implements:
getEntryName in interface ConfigEntry


· getFlags

Summary  |  Top
   public int getFlags() 
Implements:
getFlags in interface ConfigEntry


· dumpInfo

Summary  |  Top
   public void dumpInfo(PrintStream ps, 
                        String indent) 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7