| java.nio.channels.FileChannel org.apache.harmony.nio.internal.FileChannelImpl org.apache.harmony.nio.internal.ReadOnlyFileChannel
Method Summary | |
final protected FileLock | basicLock(long position, long size, boolean shared, boolean wait) | final public void | force(boolean metadata) | final public MappedByteBuffer | map(MapMode mode, long position, long size) | final public long | transferFrom(ReadableByteChannel src, long position, long count) | final public FileChannel | truncate(long size) | final public int | write(ByteBuffer buffer, long position) | final public int | write(ByteBuffer buffer) | final public long | write(ByteBuffer[] buffers, int offset, int length) |
ReadOnlyFileChannel | public ReadOnlyFileChannel(Object stream, long handle)(Code) | | |
write | final public int write(ByteBuffer buffer, long position) throws IOException(Code) | | |
write | final public long write(ByteBuffer[] buffers, int offset, int length) throws IOException(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)
|
Methods inherited from java.nio.channels.FileChannel | abstract public void force(boolean metaData) throws IOException(Code)(Java Doc) abstract public FileLock lock(long position, long size, boolean shared) throws IOException(Code)(Java Doc) final public FileLock lock() throws IOException(Code)(Java Doc) abstract public MappedByteBuffer map(MapMode mode, long position, long size) throws IOException(Code)(Java Doc) abstract public long position() throws IOException(Code)(Java Doc) abstract public FileChannel position(long newPosition) throws IOException(Code)(Java Doc) abstract public int read(ByteBuffer dst) throws IOException(Code)(Java Doc) abstract public long read(ByteBuffer[] dsts, int offset, int length) throws IOException(Code)(Java Doc) final public long read(ByteBuffer[] dsts) throws IOException(Code)(Java Doc) abstract public int read(ByteBuffer dst, long position) throws IOException(Code)(Java Doc) abstract public long size() throws IOException(Code)(Java Doc) abstract public long transferFrom(ReadableByteChannel src, long position, long count) throws IOException(Code)(Java Doc) abstract public long transferTo(long position, long count, WritableByteChannel target) throws IOException(Code)(Java Doc) abstract public FileChannel truncate(long size) throws IOException(Code)(Java Doc) abstract public FileLock tryLock(long position, long size, boolean shared) throws IOException(Code)(Java Doc) final public FileLock tryLock() throws IOException(Code)(Java Doc) abstract public int write(ByteBuffer src) throws IOException(Code)(Java Doc) abstract public long write(ByteBuffer[] srcs, int offset, int length) throws IOException(Code)(Java Doc) final public long write(ByteBuffer[] srcs) throws IOException(Code)(Java Doc) abstract public int write(ByteBuffer src, long position) throws IOException(Code)(Java Doc)
|
|
|