Searched refs:FileChannelImpl (Results 1 – 4 of 4) sorted by relevance
/libcore/luni/src/main/java/java/nio/ |
D | NioUtils.java | 44 return ((FileChannelImpl) fc).getFD(); in getFD() 51 return new FileChannelImpl(ioObject, fd, mode); in newFileChannel()
|
D | FileChannelImpl.java | 46 final class FileChannelImpl extends FileChannel { class 66 public FileChannelImpl(Closeable ioObject, FileDescriptor fd, int mode) { in FileChannelImpl() method in FileChannelImpl 153 ((FileChannelImpl) channel()).release(this); in release() 409 if (target instanceof FileChannelImpl) { in transferTo() 410 ((FileChannelImpl) target).checkWritable(); in transferTo()
|
D | DatagramChannelImpl.java | 346 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true); in read() 408 int count = FileChannelImpl.calculateTotalRemaining(sources, offset, length, false); in write()
|
D | SocketChannelImpl.java | 311 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true); in read() 368 int count = FileChannelImpl.calculateTotalRemaining(sources, offset, length, false); in write()
|