Searched refs:copyBufferSize (Results 1 – 2 of 2) sorted by relevance
69 public PartiallyUncompressingPipe(OutputStream out, int copyBufferSize) { in PartiallyUncompressingPipe() argument73 copyBuffer = new byte[copyBufferSize]; in PartiallyUncompressingPipe()
80 int copyBufferSize) in generateDeltaFriendlyFile() argument89 new PartiallyUncompressingPipe(deltaFriendlyOut, copyBufferSize); in generateDeltaFriendlyFile()