com.ibm.jvm.dump
Class SdffStd

java.lang.Object
  |
  +--com.ibm.jvm.dump.SdffStd

public class SdffStd
extends java.lang.Object

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

SdffStd

public SdffStd(long type,
               long ver)

Description: Instantiate an SdffStd object given type and version


SdffStd

public SdffStd(byte[] bytes)
        throws java.io.IOException

Description: Instantiate an SdffStd object given a byte array normally from a file.

Method Detail

getSize

public static long getSize()

Description: This returns the length in bytes of the data making up the header.


checkMatch

public boolean checkMatch()

Description: Makes sure that the type and eyecatcher match