/** This package contains a number of classes useful for processing input that * is structured as a series of 'blocks' or records. *
* * The most fundamental unit here is that of {@link Block}. Each {@link * BlockReader} will yield a sequence of these, which contain a piece of text * as its contents, as well as the beginning/ending line for that block. * * There are a number of different types of {@link BlockReader}, which are * summarized here. *
* *