Searched refs:wrappedOutputStream (Results 1 – 1 of 1) sorted by relevance
1045 ByteArrayOutputStream wrappedOutputStream = new ByteArrayOutputStream(); in checkWrapOutputStreamConsistentWithEncode() local1046 try (OutputStream plainOutputStream = encoder.wrap(wrappedOutputStream)) { in checkWrapOutputStreamConsistentWithEncode()1049 assertArrayEquals(encodeResult, wrappedOutputStream.toByteArray()); in checkWrapOutputStreamConsistentWithEncode()