- java.lang.Object
-
- com.ibm.jvm.format.TraceSection
-
public class TraceSection extends Object
Trace section of a file header.
-
-
Constructor Summary
Constructors Constructor Description TraceSection(TraceFile traceFile, int start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getTraceType()
returns the type of trace ( INTERNAL or EXTERNAL )
-
-
-
Constructor Detail
-
TraceSection
public TraceSection(TraceFile traceFile, int start) throws IOException
- Throws:
IOException
-
-