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