For more information, add the following code:
System.out.println(new String(aStringArray).length()); for (Byte b : new String(aStringArray).getBytes()) { System.out.print("["+b+"]"); }
Your rendering system (console or output window) does not display everything.
Java42
source share