gcc/libjava/java/nio/channels
Michael Koch 7318eb21d1 2003-08-02 Michael Koch <konqueror@gmx.de>
* 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
2003-08-02 11:17:40 +00:00
..
spi MappedByteBuffer.java, [...]: Removed unneeded imports. 2003-06-11 10:38:58 +00:00
AlreadyConnectedException.java
AsynchronousCloseException.java
ByteChannel.java
CancelledKeyException.java
Channel.java
Channels.java MappedByteBuffer.java, [...]: Removed unneeded imports. 2003-06-11 10:38:58 +00:00
ClosedByInterruptException.java
ClosedChannelException.java
ClosedSelectorException.java
ConnectionPendingException.java
DatagramChannel.java
FileChannel.java 2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 13:34:12 +00:00
FileChannelImpl.java 2003-08-02 Michael Koch <konqueror@gmx.de> 2003-08-02 11:17:40 +00:00
FileLock.java
FileLockInterruptionException.java
GatheringByteChannel.java
IllegalBlockingModeException.java
IllegalSelectorException.java
InterruptibleChannel.java
natFileChannelImpl.cc FileChannelImpl.java, [...]: Removed. 2003-07-13 16:53:05 +00:00
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 2003-06-27 Michael Koch <konqueror@gmx.de> 2003-06-27 13:34:12 +00:00
SocketChannel.java
UnresolvedAddressException.java
UnsupportedAddressTypeException.java
WritableByteChannel.java