Class SeekableLineInputStream

java.lang.Object
java.io.InputStream
org.ujmp.core.util.io.SeekableLineInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class SeekableLineInputStream extends InputStream
This stream searches all line end characters (hex 0A) in a file. For Linux line splitting is OK, for Windows the character hex 0D has to be eliminated with String.trim()