Class CommentedFileReader

All Implemented Interfaces:
Closeable, AutoCloseable, Readable

public class CommentedFileReader extends BufferedReader
Extends the readLine functionality of BufferedReader by ignoring any commented and empty lines.

  • comments start with # or //
  • empty lines consist of only 0 or more whitespace