Searched defs:icount (Results 1 – 1 of 1) sorted by relevance
461 private long transferToDirectlyInternal(long position, int icount, in transferToDirectlyInternal()500 private long transferToDirectly(long position, int icount, in transferToDirectly()599 private long transferToArbitraryChannel(long position, int icount, in transferToArbitraryChannel()652 int icount = (int)Math.min(count, Integer.MAX_VALUE); in transferTo() local