public interface CharToByteEncoder
| Modifier and Type | Interface and Description |
|---|---|
static class |
CharToByteEncoder.Generic
Generic implementation that works for any charset, based on NIO.
|
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
EMPTY
.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encode(char c)
Encode the specified char.
|
byte[] encode(char c)
throws EncodingException
c - the char to encodeEncodingExceptionCopyright © 2025 JBoss by Red Hat. All Rights Reserved.