Searched refs:copyLength (Results 1 – 1 of 1) sorted by relevance
66 long copyLength) throws IOException { in pipe() argument67 while (copyLength > 0) { in pipe()68 int maxCopy = (int) Math.min(buffer.length, copyLength); in pipe()71 copyLength -= maxCopy; in pipe()