Class BufferedByteCountingLineReader

java.lang.Object
cz.drg.pregrouper.process.fileRead.BufferedByteCountingLineReader
All Implemented Interfaces:
Closeable, AutoCloseable

public class BufferedByteCountingLineReader extends Object implements Closeable
Buffered byte counting line reader with support for counting bytes read and detecting end of file. Important to track read bytes for RAF use.