Searched defs:bytesOut (Results 1 – 3 of 3) sorted by relevance
36 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in testZipStream() local93 private static void createCompressedZip(ByteArrayOutputStream bytesOut) throws IOException { in createCompressedZip()115 private static void createUncompressedZip(ByteArrayOutputStream bytesOut) throws IOException { in createUncompressedZip()
35 ByteArrayOutputStream bytesOut = new ByteArrayOutputStream(); in testGZIPStream() local85 static void createGZIP(ByteArrayOutputStream bytesOut) throws IOException { in createGZIP()
81 static void createCompressedZip(OutputStream bytesOut) throws IOException { in createCompressedZip()