Searched defs:bytesIn (Results 1 – 2 of 2) sorted by relevance
56 ByteArrayInputStream bytesIn = new ByteArrayInputStream(zipData); in testGZIPStream() local96 static void scanGZIP(ByteArrayInputStream bytesIn) throws IOException { in scanGZIP()
56 ByteArrayInputStream bytesIn = new ByteArrayInputStream(zipData); in testZipStream() local141 private static void scanZip(ByteArrayInputStream bytesIn) throws IOException { in scanZip()