Searched refs:ioObject (Results 1 – 2 of 2) sorted by relevance
50 public static FileChannel newFileChannel(Closeable ioObject, FileDescriptor fd, int mode) { in newFileChannel() argument51 return new FileChannelImpl(ioObject, fd, mode); in newFileChannel()
55 private final Closeable ioObject; field in FileChannelImpl66 public FileChannelImpl(Closeable ioObject, FileDescriptor fd, int mode) { in FileChannelImpl() argument68 this.ioObject = ioObject; in FileChannelImpl()91 ioObject.close(); in implCloseChannel()