|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.jvm.dump.SdffStd
Description: The SdffStd class supports the manipulation of the header at the start of each major section of an SDFF format file.
Constructor Summary | |
SdffStd(byte[] bytes)
Description: Instantiate an SdffStd object given a byte array normally from a file. |
|
SdffStd(long type,
long ver)
Description: Instantiate an SdffStd object given type and version |
Method Summary | |
boolean |
checkMatch()
Description: Makes sure that the type and eyecatcher match |
static long |
getSize()
Description: This returns the length in bytes of the data making up the header. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SdffStd(long type, long ver)
Description: Instantiate an SdffStd object given type and version
public SdffStd(byte[] bytes) throws java.io.IOException
Description: Instantiate an SdffStd object given a byte array normally from a file.
Method Detail |
public static long getSize()
Description: This returns the length in bytes of the data making up the header.
public boolean checkMatch()
Description: Makes sure that the type and eyecatcher match
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |