All Packages This Package Class Hierarchy Class Search Index
Class com.jconfig.mac.IConfigEntryMRJ
java.lang.Object
|
+----com.jconfig.mac.IConfigEntryMRJ
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.
private static final String copyrightString
FinderInfo fInfo
MIMEType mimeType
FileExtension fileExtension
String creatorAppName
String postAppName
String entryName
int flags
public static final int kRecordLength
IConfigEntryMRJ(byte[] record)
Construct from an unpacked buffer. See the IC documentation for the offsets used.
public FinderInfo getFinderInfo()
- Implements:
- getFinderInfo in interface ConfigEntry
public MIMEType getMIMEType()
- Implements:
- getMIMEType in interface ConfigEntry
public FileExtension getFileExtension()
- Implements:
- getFileExtension in interface ConfigEntry
public String getAppName()
- Implements:
- getAppName in interface ConfigEntry
public String getEntryName()
- Implements:
- getEntryName in interface ConfigEntry
public int getFlags()
- Implements:
- getFlags in interface ConfigEntry
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