Index: java/nio/charset/CharsetDecoder.java =================================================================== RCS file: /cvsroot/classpath/classpath/java/nio/charset/CharsetDecoder.java,v retrieving revision 1.4 diff -u -b -B -r1.4 CharsetDecoder.java --- java/nio/charset/CharsetDecoder.java 8 Nov 2002 12:15:32 -0000 1.4 +++ java/nio/charset/CharsetDecoder.java 15 Jul 2004 13:08:47 -0000 @@ -129,6 +129,7 @@ if (cr.isError ()) cr.throwException (); + reset(); out.flip (); return out; }