-
The default decoding policy.
Returns the decoding behavior policy.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Creates a Base16 codec used for decoding and encoding.
protected
BaseNCodec(int unencodedBlockSize,
int encodedBlockSize,
int lineLength,
int chunkSeparatorLength,
byte pad,
CodecPolicy decodingPolicy)
Note lineLength
is rounded down to the nearest multiple of the encoded block size.