Class DocumentToLineStream

All Implemented Interfaces:
AutoCloseable, ObjectStream<String>

public class DocumentToLineStream extends SegmenterObjectStream<String,String>
Reads a plain text file and return each line as a String object.