- java.lang.Object
-
- com.ibm.jvm.trace.format.api.DataHeader
-
public class DataHeader extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static int
DATAHEADER_SIZE
protected byte[]
eyecatcher
protected int
length
protected int
modification
protected String
signature
protected int
version
-
Constructor Summary
Constructors Modifier Constructor Description DataHeader(TraceContext context, ByteBuffer data, String signature)
protected
DataHeader(TraceContext context, ByteBuffer data, String signature, boolean confirmBody)
-
-
-
Field Detail
-
eyecatcher
protected byte[] eyecatcher
-
length
protected int length
-
version
protected int version
-
modification
protected int modification
-
signature
protected String signature
-
DATAHEADER_SIZE
protected static final int DATAHEADER_SIZE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
-
-