|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.phenix.pct.RCodeInfo
public class RCodeInfo
Gathers informations from r-code, as the RCODE-INFO system handle could provide. This class is based upon procrc.c from Grant Maizels (grant AT maizels DOT nu). All credits go to his work.
| Nested Class Summary | |
|---|---|
static class |
RCodeInfo.InvalidRCodeException
|
| Constructor Summary | |
|---|---|
RCodeInfo(File file)
|
|
RCodeInfo(String file)
|
|
| Method Summary | |
|---|---|
static String |
bufferToHex(byte[] buffer,
int startOffset,
int length)
|
long |
getCRC()
Returns r-code CRC |
String |
getMD5()
|
List |
getProcedures()
Returns procedures list |
List |
getStrings()
Returns strings list |
long |
getTimeStamp()
Returns r-code timestamp (in milliseconds) |
long |
getVersion()
Returns r-code compiler version |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RCodeInfo(String file)
throws RCodeInfo.InvalidRCodeException,
IOException
file -
RCodeInfo.InvalidRCodeException
IOException
public RCodeInfo(File file)
throws RCodeInfo.InvalidRCodeException,
IOException
file -
RCodeInfo.InvalidRCodeException
IOException| Method Detail |
|---|
public long getCRC()
public long getVersion()
public long getTimeStamp()
public String getMD5()
public List getProcedures()
public List getStrings()
public static String bufferToHex(byte[] buffer,
int startOffset,
int length)
public static void main(String[] args)
throws Exception
Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||