static LineCompReader lineCompReaderFromCompressor(LineCompCompressor comp) { ret new LineCompReader(bufferedReader(stringReader(comp.asText()))); }