Class ReplacementForStringCoding
java.lang.Object
de.inetsoftware.jwebassembly.api.java.lang.ReplacementForStringCoding
Replacement methods for the class java.lang.StringCoding.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static char[]
decode
(byte[] bytes, int offset, int length) Replacement for StringCoding.decode(byte[] ba, int off, int len) in Java 8.
-
Constructor Details
-
ReplacementForStringCoding
public ReplacementForStringCoding()
-
-
Method Details
-
decode
private static char[] decode(byte[] bytes, int offset, int length) Replacement for StringCoding.decode(byte[] ba, int off, int len) in Java 8. Decode UTF8 bytes to unicode 16 chars.
-