mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-26 06:48:58 +08:00
6b603eb999
* gnu/java/nio/FileChannelImpl.java (lengthInternal): Must be native. (size): Check if channel is already closed. (implCloseChannel): Reformated. (read): w was unused, removed it. (read): Removed. (read): New method. (write): New method. (map): Check arguments. (force): Throws IOException, check if channel is closed. (transferTo): New method. (transferFrom): New method. (lock): New method. (tryLock): New method. (position): New method. (truncate): New method. (nio_mmap_file): Uncommented. (nio_munmap_file): Uncommented. (nio_msync): Uncommented. * gnu/java/nio/natFileChannelImpl.cc: New file. From-SVN: r62841 |
||
---|---|---|
.. | ||
charset | ||
ByteBufferImpl.java | ||
CharBufferImpl.java | ||
DatagramChannelImpl.java | ||
DoubleBufferImpl.java | ||
FileChannelImpl.java | ||
FileLockImpl.java | ||
FloatBufferImpl.java | ||
IntBufferImpl.java | ||
LongBufferImpl.java | ||
natByteBufferImpl.cc | ||
natCharBufferImpl.cc | ||
natDoubleBufferImpl.cc | ||
natFileChannelImpl.cc | ||
natFloatBufferImpl.cc | ||
natIntBufferImpl.cc | ||
natLongBufferImpl.cc | ||
natSelectorImpl.cc | ||
natServerSocketChannelImpl.cc | ||
natShortBufferImpl.cc | ||
natSocketChannelImpl.cc | ||
PipeImpl.java | ||
SelectionKeyImpl.java | ||
SelectorImpl.java | ||
SelectorProviderImpl.java | ||
ServerSocketChannelImpl.java | ||
ShortBufferImpl.java | ||
SocketChannelImpl.java |