Class SkipLinesReader

java.lang.Object
java.io.Reader
java.io.BufferedReader
com.aoapps.hodgepodge.io.SkipLinesReader
All Implemented Interfaces:
NoClose, Closeable, AutoCloseable, Readable

public class SkipLinesReader extends BufferedReader implements NoClose
Skips the specified number of lines at the beginning of a reader.
Author:
AO Industries, Inc.
  • Constructor Details

  • Method Details

    • isNoClose

      public boolean isNoClose()
      Specified by:
      isNoClose in interface NoClose