Overload List

  NameDescription
Public methodStatic memberEncode(List<(Of <<'(Byte>)>>))
Encodes the input byte sequence.
Public methodStatic memberEncode(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)}.

See Also