static LineCompReader lineCompReaderFromXZ(File xzFile) { temp InputStream in = xzInputStream(xzFile); ret LineCompReader(in); }