java.lang.Object
com.ibm.jvm.trace.format.api.DataHeader
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final int
protected byte[]
protected int
protected int
protected String
protected int
-
Constructor Summary
ModifierConstructorDescriptionDataHeader
(TraceContext context, ByteBuffer data, String signature) protected
DataHeader
(TraceContext context, ByteBuffer data, String signature, boolean confirmBody) -
Method Summary
-
Field Details
-
eyecatcher
protected byte[] eyecatcher -
length
protected int length -
version
protected int version -
modification
protected int modification -
signature
-
DATAHEADER_SIZE
protected static final int DATAHEADER_SIZE- See Also:
-
-
Constructor Details
-
DataHeader
public DataHeader(TraceContext context, ByteBuffer data, String signature) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
DataHeader
protected DataHeader(TraceContext context, ByteBuffer data, String signature, boolean confirmBody) throws IllegalArgumentException - Throws:
IllegalArgumentException
-