...
This guideline falls under EX0 of guideline FIO11-J. Do not attempt to read raw binary data as character data. Also, see the related guideline IDS13FIO02-J. Do not assume every character in a string is the same sizeKeep track of the number of bytes read for more information.
Noncompliant Code Example
...
Wiki Markup |
---|
\[[Encodings 2006|AA. Bibliography#Encodings 06]\] |
...
IDS13FIO02-J. Do not assume every character in a string is the same sizeKeep track of the number of bytes read 12. Input Output (FIO) FIO05-J. Do not create multiple buffered wrappers on a single InputStream