Class TraceSection
java.lang.Object
com.ibm.jvm.format.TraceSection
Trace section of a file header.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected final intreturns the type of trace ( INTERNAL or EXTERNAL ) 
- 
Constructor Details
- 
TraceSection
- Throws:
 IOException
 
 - 
 - 
Method Details
- 
getTraceType
protected final int getTraceType()returns the type of trace ( INTERNAL or EXTERNAL )- Returns:
 - an int
 
 
 -