7318eb21d1
* java/nio/ByteBufferImpl.java (getChar): Check remaining bytes, fixed comment about endianess. (putChar): Likewise. (getShort): Likewise. (putShort): Likewise. (getInt): Check remaining bytes, fixed conversion, fixed comment about endianess. (putInt): Likewise. (getLong): Likewise. (putLong): Likewise. (getFloat): Likewise. (putFloat): Likewise. (getDouble): Likewise. (putDouble): Likewise. * java/nio/DirectByteBufferImpl.java (getChar): Wrapped code, fixed comment about endianess. (putchar): Likewise. (getShort): Likewise. (putShort): Likewise. (getInt): Fixed conversion, fixed comment about endianess. (putInt): Likewise. (getLong): Likewise. (putLong): Likewise. (getFloat): Likewise. (putFloat): Likewise. (getDouble): Likewise. (putDouble): Likewise. * java/nio/MappedByteBufferImpl.java (compact): Implemented. (getChar): Implemented. (putChar): Implemented. (getDouble): Implemented. (putdouble): Implemented. (getFloat): Implemented. (putFloat): Implemented. (getInt): Implemented. (putInt): Implemented. (getLong): Implemented. (putLong): Implemented. (getShort): Implemented. (putShort): Implemented. * java/nio/channels/FileChannelImpl.java (read): Set position where to access file. (write): Likewise. (transferTo): Flip buffer after read and before write. (transferFrom): Likewise. From-SVN: r70102 |
||
---|---|---|
.. | ||
spi | ||
AlreadyConnectedException.java | ||
AsynchronousCloseException.java | ||
ByteChannel.java | ||
CancelledKeyException.java | ||
Channel.java | ||
Channels.java | ||
ClosedByInterruptException.java | ||
ClosedChannelException.java | ||
ClosedSelectorException.java | ||
ConnectionPendingException.java | ||
DatagramChannel.java | ||
FileChannel.java | ||
FileChannelImpl.java | ||
FileLock.java | ||
FileLockInterruptionException.java | ||
GatheringByteChannel.java | ||
IllegalBlockingModeException.java | ||
IllegalSelectorException.java | ||
InterruptibleChannel.java | ||
natFileChannelImpl.cc | ||
NoConnectionPendingException.java | ||
NonReadableChannelException.java | ||
NonWritableChannelException.java | ||
NotYetBoundException.java | ||
NotYetConnectedException.java | ||
OverlappingFileLockException.java | ||
Pipe.java | ||
ReadableByteChannel.java | ||
ScatteringByteChannel.java | ||
SelectableChannel.java | ||
SelectionKey.java | ||
Selector.java | ||
ServerSocketChannel.java | ||
SocketChannel.java | ||
UnresolvedAddressException.java | ||
UnsupportedAddressTypeException.java | ||
WritableByteChannel.java |