Method and Description |
---|
com.github.davidmoten.util.ByteArrayOutputStreamNoCopyUnsynchronized.toString(int)
This method does not properly convert bytes into characters.
As of JDK 1.1, the preferred way to do this is via the
toString(String enc) method, which takes an
encoding-name argument, or the toString()
method, which uses the platform's default character encoding. |
Copyright © 2013–2016. All rights reserved.