The IndexableBinaryStringTools type exposes the following members.
Methods
| 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)}.
| |
| 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)}.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetDecodedLength | Returns the number of bytes required to decode the given char sequence.
| |
| GetEncodedLength | Returns the number of chars required to encode the given byte sequence.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |