gcc/libjava/java/nio
Michael Koch 194ea9ced6 2003-02-11 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/natCharBufferImpl.cc
	(nio_cast): Removed.
	(nio_put_*): Removed.
	(nio_get_*): Removed.
	* gnu/java/nio/natDoubleBufferImpl.cc
	(nio_cast): Removed.
	(nio_put_*): Removed.
	(nio_get_*): Removed.
	* gnu/java/nio/natFloatBufferImpl.cc
	(nio_cast): Removed.
	(nio_put_*): Removed.
	(nio_get_*): Removed.
	* gnu/java/nio/natIntBufferImpl.cc
	(nio_cast): Removed.
	(nio_put_*): Removed.
	(nio_get_*): Removed.
	* gnu/java/nio/natLongBufferImpl.cc
	(nio_cast): Removed.
	(nio_put_*): Removed.
	(nio_get_*): Removed.
	* gnu/java/nio/natShortBufferImpl.cc
	(nio_cast): Removed.
	(nio_put_*): Removed.
	(nio_get_*): Removed.
	* gnu/java/nio/SelectorProviderImpl.java
	(openDatagramChannel): Throws IOException.
	(openPipe): Throws IOException.
	(openSelector): Throws IOException.
	(openServerSocketChannel): Throws IOException.
	(openSocketChannel): Throws IOException.
	* gnu/java/nio/ServerSocketChannelImpl.java
	(ServerSocketChannelImpl): Throws IOException.
	(implCloseSelectableChannel): Throws IOException.
	(implConfigureBlocking): Throws IOException.
	* java/nio/ByteBuffer.java
	(readOnly): Removed.
	(hasArray): Use isReadOnly() instead of readOnly.
	(array): Use isReadOnly() instead of readOnly.
	(arrayOffset): Use isReadOnly() instead of readOnly.
	* java/nio/CharBuffer.java
	(CharBuffer): Implements Cloneable and CharSequence.

From-SVN: r62688
2003-02-11 09:44:57 +00:00
..
channels 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 06:50:13 +00:00
charset 2003-02-08 Michael Koch <konqueror@gmx.de> 2003-02-11 06:46:16 +00:00
Buffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 07:42:17 +00:00
BufferOverflowException.java BufferOverflowException.java, [...]: New file. 2002-11-11 07:00:29 +00:00
BufferUnderflowException.java BufferOverflowException.java, [...]: New file. 2002-11-11 07:00:29 +00:00
ByteBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 09:44:57 +00:00
ByteOrder.java ByteOrder.java: New file. 2002-11-01 12:03:40 +00:00
CharBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 09:44:57 +00:00
DoubleBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 07:42:17 +00:00
FloatBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 07:42:17 +00:00
IntBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 07:42:17 +00:00
InvalidMarkException.java Buffer.java: Implemented. 2002-11-13 12:21:26 +00:00
LongBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 07:42:17 +00:00
MappedByteBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 07:42:17 +00:00
ReadOnlyBufferException.java PlainSocketImpl.java: Reworked imports. 2002-11-18 13:22:55 +00:00
ShortBuffer.java 2003-02-11 Michael Koch <konqueror@gmx.de> 2003-02-11 07:42:17 +00:00