All Packages This Package Class Hierarchy Class Search Index
Class com.jconfig.mac.VersionInfoMRJ
java.lang.Object
|
+----com.jconfig.mac.VersionInfoMRJ
class VersionInfoMRJ
extends java.lang.Object
implements com.jconfig.VersionInfo
{
// Fields 6
private String abbrevString;
private static final String copyrightString;
private String infoString;
private int majorVersion;
private int minorVersion;
private String versionString;
// Constructors 1
VersionInfoMRJ(byte[], int);
// Methods 9
private void buildVersionNumbers(int, int);
private void buildVersionString(int, int, int, int);
public void dumpInfo(PrintStream, String);
public String getCopyrightNotice();
public String getDescription();
public int getMajorVersion();
public int getMinorVersion();
public String getProductName();
public String getVersionString();
}
Given a byte array containing version info in the format of a 'vers' resource, parses the resource
data, and returns version information.
- Author:
-
Copyright (c) 1997-2002 Samizdat Productions. All Rights Reserved.
private static final String copyrightString
private int majorVersion
private int minorVersion
private String abbrevString
private String infoString
private String versionString
VersionInfoMRJ(byte[] resData,
int resLength)
Construct from a buffer containing the 'vers' resource.
Parameter | Description |
resData | the buffer |
resLength | the length of the 'vers' data |
private void buildVersionNumbers(int i0,
int i1)
private void buildVersionString(int i0,
int i1,
int i2,
int i3)
public int getMajorVersion()
- Implements:
- getMajorVersion in interface VersionInfo
public int getMinorVersion()
- Implements:
- getMinorVersion in interface VersionInfo
public String getVersionString()
- Implements:
- getVersionString in interface VersionInfo
public String getCopyrightNotice()
- Implements:
- getCopyrightNotice in interface VersionInfo
public String getProductName()
- Implements:
- getProductName in interface VersionInfo
public String getDescription()
- Implements:
- getDescription in interface VersionInfo
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