Initializer |
Base16Byte() |
Attributes | |
decodeTableLeft | Source Codeshared actual Byte[] decodeTableLeft The decode table with a precomputed bitwise shift Refines Base16.decodeTableLeft |
decodeTableRight | Source Codeshared actual Byte[] decodeTableRight The plain decode table Refines Base16.decodeTableRight |
encodeTable | Source Codeshared actual Byte[][] encodeTable Refines Base16.encodeTable |
Inherited Attributes |
Attributes inherited from: Base16<ToMutable,ToImmutable,ToSingle> |
Attributes inherited from: Object |
Attributes inherited from: Codec |
Methods | |
decodeBid | Source Codeshared actual Integer decodeBid({Byte*} sample) The certainty that that the given A number 1 or greater indicates that (based on the sample at least) the input should decode without error. The higher the number is beyond 1, the more appropriate this codec is likely to be. Refines IncrementalCodec.decodeBid |
decodeToIndex | Source Codeshared actual Integer decodeToIndex(Byte input) Refines Base16.decodeToIndex |
Inherited Methods |
Methods inherited from: Base16<ToMutable,ToImmutable,ToSingle> |
Methods inherited from: Object |
Methods inherited from: ByteToByteCodec |
Methods inherited from: Codec |
Methods inherited from: IncrementalCodec<ToMutable,ToImmutable,ToSingle,FromMutable,FromImmutable,FromSingle> |
Methods inherited from: StatelessCodec<ToMutable,ToImmutable,ToSingle,FromMutable,FromImmutable,FromSingle> |