Searched defs:FileChannel (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/
H A DFileChannel.java155 public abstract class FileChannel class in inherits:AbstractInterruptibleChannel,SeekableByteChannel,GatheringByteChannel,ScatteringByteChannel
162 protected FileChannel() { } method in class:FileChannel
281 public static FileChannel open(Path path,
330 public static FileChannel open(Path path, OpenOption... options)
461 public abstract FileChannel position(long newPosition) throws IOException;
504 public abstract FileChannel truncate(long size) throws IOException;
788 * @see java.nio.channels.FileChannel#map
912 * @see java.nio.channels.FileChannel.MapMode

Completed in 79 milliseconds