public interface TextEncoder
| Modifier and Type | Method and Description |
|---|---|
void |
encode(char[] chars,
int off,
int len,
OutputStream out) |
void |
encode(char c,
OutputStream out) |
void |
encode(String str,
int off,
int len,
OutputStream out) |
Charset |
getCharset()
Returns the charset that will perform the encoding.
|
Charset getCharset()
void encode(char c,
OutputStream out)
throws IOException
IOExceptionvoid encode(char[] chars,
int off,
int len,
OutputStream out)
throws IOException
IOExceptionvoid encode(String str, int off, int len, OutputStream out) throws IOException
IOExceptionCopyright © 2017 JBoss by Red Hat. All Rights Reserved.