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()
76 int copyBufferSize) in generateDeltaFriendlyFile() argument85 new PartiallyUncompressingPipe(deltaFriendlyOut, copyBufferSize); in generateDeltaFriendlyFile()