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

/libcore/luni/src/main/java/java/nio/channels/
H A DFileChannel.java27 * A {@code FileChannel} defines the methods for reading, writing, memory
79 public abstract class FileChannel extends AbstractInterruptibleChannel class in inherits:AbstractInterruptibleChannel,GatheringByteChannel,ScatteringByteChannel,ByteChannel
125 protected FileChannel() { method in class:FileChannel
268 * if the FileChannel is not opened for reading but the given
271 * if the FileChannel is not opened for writing but the given
280 public abstract MappedByteBuffer map(FileChannel.MapMode mode,
315 public abstract FileChannel position(long offset) throws IOException;
563 public abstract FileChannel truncate(long size) throws IOException;

Completed in 126 milliseconds