-
Enhancement
-
Resolution: Duplicate
-
P3
-
None
-
1.1
-
sparc
-
solaris_2.4
writeUTF silently throws away characters in a String after it has used
up 2^16-1 bytes of encoding. I have no way of knowing when that point
will be -- it depends on exactly what characters are in the string.
There is no excuse for silent truncation, or for any truncation at all.
up 2^16-1 bytes of encoding. I have no way of knowing when that point
will be -- it depends on exactly what characters are in the string.
There is no excuse for silent truncation, or for any truncation at all.
- duplicates
-
JDK-4018515 java.io.RandomAccessFile.writeUTF never throws UTFDataFormatError
-
- Closed
-
- relates to
-
JDK-4026823 writeUTF OutputStream doesn't throw an exception when encoding > 65536
-
- Closed
-