Overload List
Name | Description | |
---|---|---|
Encode(List<(Of <<'(Byte>)>>)) | Encodes the input byte sequence.
| |
Encode(List<(Of <<'(Byte>)>>), List<(Of <<'(Char>)>>)) | Encodes the input byte sequence into the output char sequence. Before
calling this method, ensure that the output CharBuffer has sufficient
capacity by calling {@link #GetEncodedLength(java.nio.ByteBuffer)}.
|