Searched refs:MatchingOutputStream (Results 1 – 4 of 4) sorted by relevance
44 private MatchingOutputStream outputStream;50 outputStream = new MatchingOutputStream(inputStream, 3 /* buffer size */); in setup()67 outputStream = new MatchingOutputStream(inputStream, 32768); // realistic copy buffer size in testWrite_WholeBuffer_RealisticCopyBuffer()125 new MatchingOutputStream(inputStream, 0); in testConstructor_BadMatchBufferLength()
29 public class MatchingOutputStream extends OutputStream { class47 public MatchingOutputStream(InputStream expectedBytesStream, int matchBufferSize) { in MatchingOutputStream() method in MatchingOutputStream
224 try (MatchingOutputStream matcher = in matches()225 new MatchingOutputStream( in matches()
369 MatchingOutputStream matcher = in compressedBytesChanged()370 new MatchingOutputStream( in compressedBytesChanged()