Class ReaderSource

java.lang.Object
com.maroontress.clione.impl.ReaderSource
All Implemented Interfaces:
Source

public final class ReaderSource extends Object implements Source
This source reads characters from upstream reader, counting the line and column number.
  • Constructor Details

    • ReaderSource

      public ReaderSource(Reader reader)
      Creates a new source.
      Parameters:
      reader - The reader from which characters will be read.
  • Method Details