Uses of Enum
com.jsql.util.bruter.CodecPolicy
Packages that use CodecPolicy
-
Uses of CodecPolicy in com.jsql.util.bruter
Fields in com.jsql.util.bruter declared as CodecPolicyModifier and TypeFieldDescriptionprotected static final CodecPolicyBaseNCodec.DECODING_POLICY_DEFAULTThe default decoding policy.Methods in com.jsql.util.bruter that return CodecPolicyModifier and TypeMethodDescriptionBaseNCodec.getCodecPolicy()Returns the decoding behavior policy.static CodecPolicyReturns the enum constant of this type with the specified name.static CodecPolicy[]CodecPolicy.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.jsql.util.bruter with parameters of type CodecPolicyModifierConstructorDescriptionBase16(boolean lowerCase, CodecPolicy decodingPolicy) Creates a Base16 codec used for decoding and encoding.protectedBaseNCodec(int unencodedBlockSize, int encodedBlockSize, int lineLength, int chunkSeparatorLength, byte pad, CodecPolicy decodingPolicy) NotelineLengthis rounded down to the nearest multiple of the encoded block size.