Searched refs:entryStream (Results 1 – 2 of 2) sorted by relevance
348 ByteArrayOutputStream entryStream = new ByteArrayOutputStream(); in encodeChannelMask() local353 entryStream.write(key); in encodeChannelMask()354 entryStream.write(value.length); in encodeChannelMask()355 entryStream.write(value, 0, value.length); in encodeChannelMask()358 byte[] entries = entryStream.toByteArray(); in encodeChannelMask()
205 try (InputStream entryStream = zipFile.getInputStream(entry)) { in assertContainsValidBugreport() argument206 String data = streamToText(entryStream, /* maxSizeBytes= */ 51200); in assertContainsValidBugreport()