gcc/libjava/java/nio/channels/spi
Michael Koch 3ebb998e6f 2002-11-20 Michael Koch <konqueror@gmx.de>
* java/io/FileInputStream.java
	(getChannel): New method.
	* java/io/FileOutputStream.java
	(getChannel): New method.
	* java/net/ServerSocket.java
	(bind): Removed duplicate code and called another bind method instead.
	* java/nio/channels/SelectionKey.java
	(isValid): Removed wrong exception documentation.
	* java/nio/channels/ServerSocketChannel.java
	(accept): Added exception documentation.
	(open): Fixed typo, added exception documentation.
	* java/nio/channels/spi/AbstractSelectableChannel.java
	(implCloseChannel): Added exception documentation.
	(add): Reformated.
	(register): Added exception documentation.

From-SVN: r59307
2002-11-20 16:19:08 +00:00
..
AbstractInterruptibleChannel.java AlreadyConnectedException.java: Removed unneeded import. 2002-11-13 13:52:47 +00:00
AbstractSelectableChannel.java 2002-11-20 Michael Koch <konqueror@gmx.de> 2002-11-20 16:19:08 +00:00
AbstractSelectionKey.java AlreadyConnectedException.java: Removed unneeded import. 2002-11-13 13:52:47 +00:00
AbstractSelector.java AlreadyConnectedException.java: Removed unneeded import. 2002-11-13 13:52:47 +00:00
SelectorProvider.java AlreadyConnectedException.java: Removed unneeded import. 2002-11-13 13:52:47 +00:00