Searched refs:entryStream (Results 1 – 2 of 2) sorted by relevance
349 ByteArrayOutputStream entryStream = new ByteArrayOutputStream(); in encodeChannelMask() local354 entryStream.write(key); in encodeChannelMask()355 entryStream.write(value.length); in encodeChannelMask()356 entryStream.write(value, 0, value.length); in encodeChannelMask()359 byte[] entries = entryStream.toByteArray(); in encodeChannelMask()
206 try (InputStream entryStream = zipFile.getInputStream(entry)) { in assertContainsValidBugreport() argument207 String data = streamToText(entryStream, /* maxSizeBytes= */ 51200); in assertContainsValidBugreport()