Overload List
Name | Description | |
---|---|---|
Decode(List<(Of <<'(Char>)>>)) | Decodes the given char sequence, which must have been encoded by
{@link #Encode(java.nio.ByteBuffer)} or
{@link #Encode(java.nio.ByteBuffer, java.nio.CharBuffer)}.
| |
Decode(List<(Of <<'(Char>)>>), List<(Of <<'(Byte>)>>)) | Decodes the input char sequence into the output byte sequence. Before
calling this method, ensure that the output ByteBuffer has sufficient
capacity by calling {@link #GetDecodedLength(java.nio.CharBuffer)}.
|