public class UTF8Decoder
extends Object
-
Constructor Summary
Constructors
-
Method Summary
decode(byte[] data,
int offset,
int byteCount)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UTF8Decoder
public UTF8Decoder()
-
Method Details
-
decode
public String decode(byte[] data,
int offset,
int byteCount)