H A D | WindowsAsynchronousFileChannelImpl.java | 381 private final int pos, rem; // buffer position/remaining field in class:WindowsAsynchronousFileChannelImpl.ReadTask 390 int rem, 396 this.rem = rem; 438 buf = Util.getTemporaryDirectBuffer(rem); 450 n = readFile(handle, address, rem, position, overlapped); 542 int rem = (pos <= lim ? lim - pos : 0); 545 if (rem == 0) { 555 ReadTask readTask = new ReadTask<A>(dst, pos, rem, position, result); 572 private final int pos, rem; // buffe field in class:WindowsAsynchronousFileChannelImpl.WriteTask 388 ReadTask(ByteBuffer dst, int pos, int rem, long position, PendingFuture<Integer,A> result) argument 579 WriteTask(ByteBuffer src, int pos, int rem, long position, PendingFuture<Integer,A> result) argument [all...] |