Class TraceFileHeader

    • Method Detail

      • processTraceBufferHeaders

        protected final void processTraceBufferHeaders()
                                                throws IOException
        Throws:
        IOException
      • getLength

        protected final long getLength()
        returns the length of this file header
        Returns:
        a long
      • getBufferSize

        protected final int getBufferSize()
        returns the size of the buffers in the associated trace file
        Returns:
        an int
      • formatFileName

        protected final String formatFileName()
      • getVMLevel

        protected final String getVMLevel()
      • getNextFormatFileName

        protected final String getNextFormatFileName​(String previous)
      • isUTE

        protected static final boolean isUTE()
        returns true if a UTE trace file is being processed
        Returns:
        a boolean
      • getTraceDataStart

        public final long getTraceDataStart()