Class BoundedLineReader


  • public final class BoundedLineReader
    extends java.lang.Object
    This type exposes helper methods to deal with protecting I/O operations.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String readLine​(java.io.Reader reader, int max)
      This method reads until a newline is encountered or the specified number of characters is reached.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait