Searched refs:matchBufferSize (Results 1 – 1 of 1) sorted by relevance
47 public MatchingOutputStream(InputStream expectedBytesStream, int matchBufferSize) { in MatchingOutputStream() argument48 if (matchBufferSize < 1) { in MatchingOutputStream()52 this.buffer = new byte[matchBufferSize]; in MatchingOutputStream()