Searched refs:maxCopy (Results 1 – 1 of 1) sorted by relevance
283 int maxCopy = Math.min(buffer.length, copyLength); in pipe() local284 readFully(in, buffer, 0, maxCopy); in pipe()285 out.write(buffer, 0, maxCopy); in pipe()286 copyLength -= maxCopy; in pipe()