com.liferay.portal.kernel.nio.charset
Class CharsetDecoderUtil
java.lang.Object
com.liferay.portal.kernel.nio.charset.CharsetDecoderUtil
public class CharsetDecoderUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharsetDecoderUtil
public CharsetDecoderUtil()
decode
public static CharBuffer decode(String charsetName,
byte[] bytes)
decode
public static CharBuffer decode(String charsetName,
byte[] bytes,
int offset,
int length)
decode
public static CharBuffer decode(String charsetName,
ByteBuffer byteBuffer)
getCharsetDecoder
public static CharsetDecoder getCharsetDecoder(String charsetName)