public interface CharEncoder
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(char c)
Encodes a single char into an array of bytes.
|
Charset |
getCharset()
Returns the charset that will perform the encoding.
|
byte[] encode(char c)
c - the char to encodeCharset getCharset()
Copyright © 2017 JBoss by Red Hat. All Rights Reserved.