- java.lang.Object
-
- com.ibm.jvm.format.StartupSection
-
public class StartupSection extends Object
Startup section of a file header.
-
-
Constructor Summary
Constructors Constructor Description StartupSection(TraceFile traceFile, int start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String[]
getStartUpOptions()
protected void
summary(BufferedWriter out)
-
-
-
Constructor Detail
-
StartupSection
public StartupSection(TraceFile traceFile, int start) throws IOException
- Throws:
IOException
-
-
Method Detail
-
summary
protected void summary(BufferedWriter out) throws IOException
- Throws:
IOException
-
getStartUpOptions
protected String[] getStartUpOptions()
-
-