Searched defs:icount (Results 1 – 1 of 1) sorted by relevance
421 private long transferToDirectly(long position, int icount, in transferToDirectly()527 private long transferToArbitraryChannel(long position, int icount, in transferToArbitraryChannel()580 int icount = (int)Math.min(count, Integer.MAX_VALUE); in transferTo() local