java.lang.Object
games.stendhal.tools.loganalyser.laganalyser.LagReader

public class LagReader extends Object
Author:
hendrik
  • Constructor Details

  • Method Details

    • readTurnOverflowRelative

      public int[] readTurnOverflowRelative() throws IOException
      returns the relative times uesed in each step
      Returns:
      relative times
      Throws:
      IOException - in case of an input / output error
    • readTurnOverflowAbsolute

      public int[] readTurnOverflowAbsolute() throws IOException
      reads the absolute times from the file.
      Returns:
      array of ints
      Throws:
      IOException - in case of an input / output error
    • close

      public void close() throws IOException
      closes the input stream
      Throws:
      IOException - in case of an I/O error