| org.apache.harmony.nio.internal.FileChannelImpl org.apache.harmony.nio.internal.ReadWriteFileChannel
ReadWriteFileChannel | public ReadWriteFileChannel(Object stream, long handle)(Code) | | |
Methods inherited from org.apache.harmony.nio.internal.FileChannelImpl | protected FileLock basicLock(long position, long size, boolean shared, boolean wait) throws IOException(Code)(Java Doc) public void force(boolean metadata) throws IOException(Code)(Java Doc) public long getHandle()(Code)(Java Doc) protected void implCloseChannel() throws IOException(Code)(Java Doc) final public FileLock lock(long position, long size, boolean shared) throws IOException(Code)(Java Doc) abstract public MappedByteBuffer map(MapMode mode, long position, long size) throws IOException(Code)(Java Doc) final protected MappedByteBuffer mapImpl(int mapMode, long position, long size) throws IOException(Code)(Java Doc) final protected void openCheck() throws ClosedChannelException(Code)(Java Doc) public long position() throws IOException(Code)(Java Doc) public FileChannel position(long newPosition) throws IOException(Code)(Java Doc) public int read(ByteBuffer buffer, long position) throws IOException(Code)(Java Doc) public int read(ByteBuffer buffer) throws IOException(Code)(Java Doc) public long read(ByteBuffer[] buffers, int offset, int length) throws IOException(Code)(Java Doc) void release(FileLock lock) throws IOException(Code)(Java Doc) public long size() throws IOException(Code)(Java Doc) public long transferFrom(ReadableByteChannel src, long position, long count) throws IOException(Code)(Java Doc) public long transferTo(long position, long count, WritableByteChannel target) throws IOException(Code)(Java Doc) public FileChannel truncate(long size) throws IOException(Code)(Java Doc) final public FileLock tryLock(long position, long size, boolean shared) throws IOException(Code)(Java Doc) public int write(ByteBuffer buffer, long position) throws IOException(Code)(Java Doc) public int write(ByteBuffer buffer) throws IOException(Code)(Java Doc) public long write(ByteBuffer[] buffers, int offset, int length) throws IOException(Code)(Java Doc)
|
|
|