Searched refs:maxCopy (Results 1 – 1 of 1) sorted by relevance
68 int maxCopy = (int) Math.min(buffer.length, copyLength); in pipe() local69 readFully(in, buffer, 0, maxCopy); in pipe()70 out.write(buffer, 0, maxCopy); in pipe()71 copyLength -= maxCopy; in pipe()