Searched defs:FileChannel (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/nio/channels/ | ||
H A D | FileChannel.java | 155 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, 329 public static FileChannel open(Path path, OpenOption... options) 460 public abstract FileChannel position(long newPosition) throws IOException; 503 public abstract FileChannel truncate(long size) throws IOException; 787 * @see java.nio.channels.FileChannel#map 911 * @see java.nio.channels.FileChannel.MapMode |
Completed in 32 milliseconds