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

/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DAsynchronousFileChannel.java72 * <p> An {@code AsynchronousFileChannel} is associated with a thread pool to
80 * directly by the initiating thread. When an {@code AsynchronousFileChannel} is
114 public abstract class AsynchronousFileChannel class in inherits:AsynchronousChannel
120 protected AsynchronousFileChannel() { method in class:AsynchronousFileChannel
241 public static AsynchronousFileChannel open(Path file,
295 public static AsynchronousFileChannel open(Path file, OpenOption... options)
340 public abstract AsynchronousFileChannel truncate(long size) throws IOException;

Completed in 30 milliseconds