Package edu.washington.cs.knowitall.io

Class Summary
BufferedReaderIterator A wrapper class that converts a BufferedReader object into a Iterator object, which iterates over the lines returned by the BufferedReader.
SmartTextBlockIterator Buffers text "blocks" from a source of strings and iterates over the blocks.
TextBlockIterator Buffers text "blocks" from a source of strings and iterates over the blocks.