Searched refs:gzout (Results 1 – 1 of 1) sorted by relevance
651 GZIPOutputStream gzout = new GZIPOutputStream(new FileOutputStream(gz)); in testDropBoxEntrySerialization() local652 gzout.write("Gzip File Value".getBytes()); in testDropBoxEntrySerialization()653 gzout.close(); in testDropBoxEntrySerialization()