svoid saveLineCompReaderToFile(LineCompReader lc, File f) { { temp GZIPOutputStream gos = newGZIPOutputStream(f); temp Writer outputStreamWriter = new OutputStreamWriter(gos, "ISO-8859-1"); temp PrintWriter printWriter = new PrintWriter(writer); lc.save(printWriter); } printFileInfo(f); }