Statistics
 ChangedAddedRemovedUnchangedTotal
Contexts0002424
StatusNot Changed
Class Summary
FileChannel
Field Detail
Constructor Detail
FileChannel()
Method Detail
force(boolean)
lock()
lock(long, long, boolean)
map(java.nio.channels.FileChannel.MapMode, long, long)
open(java.nio.file.Path, java.nio.file.OpenOption...)
open(java.nio.file.Path, java.util.Set, java.nio.file.attribute.FileAttribute...)
position()
position(long)
read(java.nio.ByteBuffer)
read(java.nio.ByteBuffer, long)
read(java.nio.ByteBuffer[])
read(java.nio.ByteBuffer[], int, int)
size()
transferFrom(java.nio.channels.ReadableByteChannel, long, long)
transferTo(long, long, java.nio.channels.WritableByteChannel)
truncate(long)
tryLock()
tryLock(long, long, boolean)
write(java.nio.ByteBuffer)
write(java.nio.ByteBuffer, long)
write(java.nio.ByteBuffer[])
write(java.nio.ByteBuffer[], int, int)

© 2017 Oracle Corporation and/or its affiliates