|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnicodeTransformer_1_0
openMDX Character Conversions Unicode Transformation Interface
| Method Summary | |
|---|---|
char[] |
utf16Array(byte[] source,
int offset,
int length)
UTF-8 -> UTF-16 |
char[] |
utf16Array(int[] source,
int offset,
int length)
UTF-32 -> UTF-16 |
String |
utf16String(byte[] source,
int offset,
int length)
UTF-8 -> UTF-16 |
int[] |
utf32Array(byte[] source,
int offset,
int length)
UTF-8 -> UTF-32 |
int[] |
utf32Array(char[] source,
int offset,
int length)
UTF-16 -> UTF-32 |
int[] |
utf32Array(String source)
UTF-16 -> UTF-32 |
byte[] |
utf8Array(char[] source,
int offset,
int length)
UTF-16 -> UTF-8 |
byte[] |
utf8Array(int[] source,
int offset,
int length)
UTF-32 -> UTF-8 |
byte[] |
utf8Array(String source)
UTF-16 -> UTF-8 |
Reader |
utf8Reader(InputStream in)
UTF-8 -> UTF-16 |
Writer |
utf8Writer(OutputStream out)
UTF-16 -> UTF-8 |
| Method Detail |
|---|
byte[] utf8Array(char[] source,
int offset,
int length)
source - offset - length - byte[] utf8Array(String source)
source - offset - length -
byte[] utf8Array(int[] source,
int offset,
int length)
source - offset - length -
char[] utf16Array(byte[] source,
int offset,
int length)
source - offset - length -
String utf16String(byte[] source,
int offset,
int length)
source - offset - length -
char[] utf16Array(int[] source,
int offset,
int length)
source - offset - length -
int[] utf32Array(byte[] source,
int offset,
int length)
source - offset - length -
int[] utf32Array(char[] source,
int offset,
int length)
source - offset - length - int[] utf32Array(String source)
source - Reader utf8Reader(InputStream in)
in - Writer utf8Writer(OutputStream out)
out -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||