Search

vRO intrinsic class java.nio.channels.FileChannel

Extends java.nio.channels.spi.AbstractInterruptibleChannel

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

None

Methods

Name Returns
force(boolean ) void
lock(Number , Number , boolean ) java.nio.channels.FileLock
lock() java.nio.channels.FileLock
map(java.nio.channels.FileChannel$MapMode , Number , Number ) java.nio.MappedByteBuffer
open(java.nio.file.Path , java.util.Set , java.nio.file.attribute.FileAttribute[] ) java.nio.channels.FileChannel
open(java.nio.file.Path , java.nio.file.OpenOption[] ) java.nio.channels.FileChannel
position() Number
position(Number ) java.nio.channels.FileChannel
read(java.nio.ByteBuffer ) Number
read(java.nio.ByteBuffer[] , Number , Number ) Number
read(java.nio.ByteBuffer[] ) Number
read(java.nio.ByteBuffer , Number ) Number
size() Number
transferFrom(java.nio.channels.ReadableByteChannel , Number , Number ) Number
transferTo(Number , Number , java.nio.channels.WritableByteChannel ) Number
truncate(Number ) java.nio.channels.FileChannel
tryLock(Number , Number , boolean ) java.nio.channels.FileLock
tryLock() java.nio.channels.FileLock
write(java.nio.ByteBuffer ) Number
write(java.nio.ByteBuffer[] , Number , Number ) Number
write(java.nio.ByteBuffer[] ) Number
write(java.nio.ByteBuffer , Number ) Number

Returned by

Method Returns
java.io.FileInputStream.getChannel() java.nio.channels.FileChannel
java.io.FileOutputStream.getChannel() java.nio.channels.FileChannel
java.nio.channels.FileChannel.open(java.nio.file.Path , java.util.Set , java.nio.file.attribute.FileAttribute[] ) java.nio.channels.FileChannel
java.nio.channels.FileChannel.open(java.nio.file.Path , java.nio.file.OpenOption[] ) java.nio.channels.FileChannel
java.nio.channels.FileChannel.position(Number ) java.nio.channels.FileChannel
java.nio.channels.FileChannel.truncate(Number ) java.nio.channels.FileChannel
java.nio.channels.FileLock.channel() java.nio.channels.FileChannel
java.nio.file.spi.FileSystemProvider.newFileChannel(java.nio.file.Path , java.util.Set , java.nio.file.attribute.FileAttribute[] ) java.nio.channels.FileChannel

Referenced in

None