public class JSEncoder extends Object
Constructor and Description |
---|
JSEncoder()
Create a new instance of this
XMLEncoder . |
Modifier and Type | Method and Description |
---|---|
static boolean |
compile(char c)
Return true or false whether this encoding/format can encode the specified character or not.
|
char[] |
encode(char c)
Return an array of characters representing the encoding for the specified character.
|
static CharBuffer |
encodeCharBuffer(char c) |
public static boolean compile(char c)
This method will return true for the following character range:
public static CharBuffer encodeCharBuffer(char c)
public char[] encode(char c)
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.