gcc/libjava/gnu/java/nio
Michael Koch ac7edc01e8 2002-11-29 Michael Koch <konqueror@gmx.de>
* gnu/java/nio/ByteBufferImpl.java
	(ByteBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/CharBufferImpl.java:
	Reformated.
	(endian): New member variable string endianess of buffer.
	(CharBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	(subSequence): Implemented.
	* gnu/java/nio/DoubleBufferImpl.java
	(DoubleBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/FloatBufferImpl.java
	Reformated.
	(FloatBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/IntBufferImpl.java
	Added needed imports, Reformated.
	(IntBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/LongBufferImpl.java
	Reformated.
	(LongBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.
	* gnu/java/nio/ShortBufferImpl.java
	Reformated.
	(ShortBufferImpl): Moved position() after limit.
	(nio_*): Use native implementation.

From-SVN: r59624
2002-11-29 07:50:46 +00:00
..
charset
ByteBufferImpl.java 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
CharBufferImpl.java 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
DatagramChannelImpl.java
DoubleBufferImpl.java 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
FileChannelImpl.java
FloatBufferImpl.java 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
IntBufferImpl.java 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
LongBufferImpl.java 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
PipeImpl.java
SelectionKeyImpl.java
SelectorImpl.java
SelectorProviderImpl.java
ServerSocketChannelImpl.java
ShortBufferImpl.java 2002-11-29 Michael Koch <konqueror@gmx.de> 2002-11-29 07:50:46 +00:00
SocketChannelImpl.java