* gnu/java/nio/FileChannelImpl.java (read): New implementation. (implRead): New methods. (write): New implementation, call other write insteal of read method. (implWrite): New methods. (map): Added comment. (transferFrom): Implemented. (transferTo): Implemented. (lock): Added checks to throw exceptions. (truncate): Added check to throw exception. * gnu/java/nio/natFileChannelImpl.cc (implRead): New method. (implWrite): New method. * java/nio/ByteBuffer.java (hashCode): Fixed comment. (get): Fixed exception documentation. (put): Fixed exception documentation. * java/nio/CharBuffer.java: Added comment for later optimizations. From-SVN: r66373
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| charset | Loading commit data... | |
| ByteBufferImpl.java | Loading commit data... | |
| CharBufferImpl.java | Loading commit data... | |
| DatagramChannelImpl.java | Loading commit data... | |
| DoubleBufferImpl.java | Loading commit data... | |
| FileChannelImpl.java | Loading commit data... | |
| FileLockImpl.java | Loading commit data... | |
| FloatBufferImpl.java | Loading commit data... | |
| IntBufferImpl.java | Loading commit data... | |
| LongBufferImpl.java | Loading commit data... | |
| MappedByteFileBuffer.java | Loading commit data... | |
| PipeImpl.java | Loading commit data... | |
| SelectionKeyImpl.java | Loading commit data... | |
| SelectorImpl.java | Loading commit data... | |
| SelectorProviderImpl.java | Loading commit data... | |
| ServerSocketChannelImpl.java | Loading commit data... | |
| ShortBufferImpl.java | Loading commit data... | |
| SocketChannelImpl.java | Loading commit data... | |
| natByteBufferImpl.cc | Loading commit data... | |
| natCharBufferImpl.cc | Loading commit data... | |
| natDoubleBufferImpl.cc | Loading commit data... | |
| natFileChannelImpl.cc | Loading commit data... | |
| natFloatBufferImpl.cc | Loading commit data... | |
| natIntBufferImpl.cc | Loading commit data... | |
| natLongBufferImpl.cc | Loading commit data... | |
| natMappedByteFileBuffer.cc | Loading commit data... | |
| natSelectorImpl.cc | Loading commit data... | |
| natShortBufferImpl.cc | Loading commit data... | |
| natSocketChannelImpl.cc | Loading commit data... |