Class TimestampsReader

    • Constructor Detail

      • TimestampsReader

        public TimestampsReader​(Run<?,​?> build)
        Create a time-stamps reader for the given build.
    • Method Detail

      • skip

        public void skip​(int count)
                  throws IOException
        Skip past the given number of time-stamp entries.
        Parameters:
        count - the number of time-stamp entries to skip
        Throws:
        IOException
      • getAbs

        public int getAbs​(int lineNumber)
                   throws IOException
        Convert negative line number that was calculated from end of file to absolute line number (from head)
        Parameters:
        lineNumber - line number (should be negative)
        Returns:
        absolute line
        Throws:
        IOException