2004-07-17 Michael Koch <konqueror@gmx.de>
* java/nio/ByteOrder.java (static): Removed. Not needed. Thanks to Patrick Reali for noticing. * java/nio/charset/CharsetDecoder.java (decode): Fix for classpath bug #9177: Reset state before flipping. From-SVN: r84856
This commit is contained in:
committed by
Michael Koch
parent
e3fe5b9c99
commit
651ba822d0
@@ -129,6 +129,7 @@ public abstract class CharsetDecoder
|
||||
if (cr.isError ())
|
||||
cr.throwException ();
|
||||
|
||||
reset();
|
||||
out.flip ();
|
||||
return out;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user