Home
last modified time | relevance | path

Searched refs:FileChannelImpl (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DNioUtils.java44 return ((FileChannelImpl) fc).getFD(); in getFD()
51 return new FileChannelImpl(ioObject, fd, mode); in newFileChannel()
DFileChannelImpl.java46 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()
DDatagramChannelImpl.java346 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true); in read()
408 int count = FileChannelImpl.calculateTotalRemaining(sources, offset, length, false); in write()
DSocketChannelImpl.java311 int totalCount = FileChannelImpl.calculateTotalRemaining(targets, offset, length, true); in read()
368 int count = FileChannelImpl.calculateTotalRemaining(sources, offset, length, false); in write()