Dependencies
Declarations
-
org
-
apache
-
commons
-
codec
-
BinaryDecoder
-
BinaryEncoder
-
CharEncoding
-
Charsets
-
Decoder
-
DecoderException
-
Encoder
-
EncoderException
-
StringDecoder
-
StringEncoder
-
StringEncoderComparator
-
binary
-
Base32
-
BITS_PER_ENCODED_BYTE: int
-
BYTES_PER_ENCODED_BLOCK: int
-
BYTES_PER_UNENCODED_BLOCK: int
-
CHUNK_SEPARATOR: byte[]
-
DECODE_TABLE: byte[]
-
ENCODE_TABLE: byte[]
-
HEX_DECODE_TABLE: byte[]
-
HEX_ENCODE_TABLE: byte[]
-
MASK_5BITS: int
-
decodeSize: int
-
decodeTable: byte[]
-
encodeSize: int
-
encodeTable: byte[]
-
lineSeparator: byte[]
-
Base32(): void
-
Base32(byte): void
-
Base32(boolean): void
-
Base32(boolean, byte): void
-
Base32(int): void
-
Base32(int, byte[]): void
-
Base32(int, byte[], boolean): void
-
Base32(int, byte[], boolean, byte): void
-
decode(byte[], int, int, Context): void
-
encode(byte[], int, int, Context): void
-
isInAlphabet(byte): boolean
-
-
Base32InputStream
-
Base32OutputStream
-
Base64
-
BITS_PER_ENCODED_BYTE: int
-
BYTES_PER_UNENCODED_BLOCK: int
-
BYTES_PER_ENCODED_BLOCK: int
-
CHUNK_SEPARATOR: byte[]
-
STANDARD_ENCODE_TABLE: byte[]
-
URL_SAFE_ENCODE_TABLE: byte[]
-
DECODE_TABLE: byte[]
-
MASK_6BITS: int
-
encodeTable: byte[]
-
decodeTable: byte[]
-
lineSeparator: byte[]
-
decodeSize: int
-
encodeSize: int
-
Base64(): void
-
Base64(boolean): void
-
Base64(int): void
-
Base64(int, byte[]): void
-
Base64(int, byte[], boolean): void
-
isUrlSafe(): boolean
-
encode(byte[], int, int, Context): void
-
decode(byte[], int, int, Context): void
-
isArrayByteBase64(byte[]): boolean
-
isBase64(byte): boolean
-
isBase64(String): boolean
-
isBase64(byte[]): boolean
-
encodeBase64(byte[]): byte[]
-
encodeBase64String(byte[]): String
-
encodeBase64URLSafe(byte[]): byte[]
-
encodeBase64URLSafeString(byte[]): String
-
encodeBase64Chunked(byte[]): byte[]
-
encodeBase64(byte[], boolean): byte[]
-
encodeBase64(byte[], boolean, boolean): byte[]
-
encodeBase64(byte[], boolean, boolean, int): byte[]
-
decodeBase64(String): byte[]
-
decodeBase64(byte[]): byte[]
-
decodeInteger(byte[]): BigInteger
-
encodeInteger(BigInteger): byte[]
-
toIntegerBytes(BigInteger): byte[]
-
isInAlphabet(byte): boolean
-
-
Base64InputStream
-
Base64OutputStream
-
BaseNCodec
-
Context
-
EOF: int
-
MIME_CHUNK_SIZE: int
-
PEM_CHUNK_SIZE: int
-
DEFAULT_BUFFER_RESIZE_FACTOR: int
-
DEFAULT_BUFFER_SIZE: int
-
MASK_8BITS: int
-
PAD_DEFAULT: byte
-
PAD: byte
-
pad: byte
-
unencodedBlockSize: int
-
encodedBlockSize: int
-
lineLength: int
-
chunkSeparatorLength: int
-
BaseNCodec(int, int, int, int): void
-
BaseNCodec(int, int, int, int, byte): void
-
hasData(Context): boolean
-
available(Context): int
-
getDefaultBufferSize(): int
-
resizeBuffer(Context): byte[]
-
ensureBufferSize(int, Context): byte[]
-
readResults(byte[], int, int, Context): int
-
isWhiteSpace(byte): boolean
-
encode(Object): Object
-
encodeToString(byte[]): String
-
encodeAsString(byte[]): String
-
decode(Object): Object
-
decode(String): byte[]
-
decode(byte[]): byte[]
-
encode(byte[]): byte[]
-
encode(byte[], int, int): byte[]
-
encode(byte[], int, int, Context): void
-
decode(byte[], int, int, Context): void
-
isInAlphabet(byte): boolean
-
isInAlphabet(byte[], boolean): boolean
-
isInAlphabet(String): boolean
-
containsAlphabetOrPad(byte[]): boolean
-
getEncodedLength(byte[]): long
-
-
BaseNCodecInputStream
-
BaseNCodecOutputStream
-
BinaryCodec
-
EMPTY_CHAR_ARRAY: char[]
-
EMPTY_BYTE_ARRAY: byte[]
-
BIT_0: int
-
BIT_1: int
-
BIT_2: int
-
BIT_3: int
-
BIT_4: int
-
BIT_5: int
-
BIT_6: int
-
BIT_7: int
-
BITS: int[]
-
encode(byte[]): byte[]
-
encode(Object): Object
-
decode(Object): Object
-
decode(byte[]): byte[]
-
toByteArray(String): byte[]
-
fromAscii(char[]): byte[]
-
fromAscii(byte[]): byte[]
-
isEmpty(byte[]): boolean
-
toAsciiBytes(byte[]): byte[]
-
toAsciiChars(byte[]): char[]
-
toAsciiString(byte[]): String
-
-
CharSequenceUtils
-
Hex
-
DEFAULT_CHARSET: Charset
-
DEFAULT_CHARSET_NAME: String
-
DIGITS_LOWER: char[]
-
DIGITS_UPPER: char[]
-
decodeHex(String): byte[]
-
decodeHex(char[]): byte[]
-
encodeHex(byte[]): char[]
-
encodeHex(ByteBuffer): char[]
-
encodeHex(byte[], boolean): char[]
-
encodeHex(ByteBuffer, boolean): char[]
-
encodeHex(byte[], char[]): char[]
-
encodeHex(ByteBuffer, char[]): char[]
-
encodeHexString(byte[]): String
-
encodeHexString(byte[], boolean): String
-
encodeHexString(ByteBuffer): String
-
encodeHexString(ByteBuffer, boolean): String
-
toDigit(char, int): int
-
charset: Charset
-
Hex(): void
-
Hex(Charset): void
-
Hex(String): void
-
decode(byte[]): byte[]
-
decode(ByteBuffer): byte[]
-
decode(Object): Object
-
encode(byte[]): byte[]
-
encode(ByteBuffer): byte[]
-
encode(Object): Object
-
getCharset(): Charset
-
getCharsetName(): String
-
toString(): String
-
-
StringUtils
-
equals(CharSequence, CharSequence): boolean
-
getBytes(String, Charset): byte[]
-
getByteBuffer(String, Charset): ByteBuffer
-
getByteBufferUtf8(String): ByteBuffer
-
getBytesIso8859_1(String): byte[]
-
getBytesUnchecked(String, String): byte[]
-
getBytesUsAscii(String): byte[]
-
getBytesUtf16(String): byte[]
-
getBytesUtf16Be(String): byte[]
-
getBytesUtf16Le(String): byte[]
-
getBytesUtf8(String): byte[]
-
newIllegalStateException(String, UnsupportedEncodingException): IllegalStateException
-
newString(byte[], Charset): String
-
newString(byte[], String): String
-
newStringIso8859_1(byte[]): String
-
newStringUsAscii(byte[]): String
-
newStringUtf16(byte[]): String
-
newStringUtf16Be(byte[]): String
-
newStringUtf16Le(byte[]): String
-
newStringUtf8(byte[]): String
-
-
-
cli
-
Digest
-
main(String[]): void
-
algorithm: String
-
args: String[]
-
inputs: String[]
-
Digest(String[]): void
-
println(String, byte[]): void
-
println(String, byte[], String): void
-
run(): void
-
run(String[]): void
-
run(String, MessageDigest): void
-
run(String, MessageDigest, File[]): void
-
run(String, String): void
-
toString(): String
-
-
-
digest
-
B64
-
Crypt
-
DigestUtils
-
STREAM_BUFFER_LENGTH: int
-
digest(MessageDigest, byte[]): byte[]
-
digest(MessageDigest, ByteBuffer): byte[]
-
digest(MessageDigest, File): byte[]
-
digest(MessageDigest, InputStream): byte[]
-
getDigest(String): MessageDigest
-
getDigest(String, MessageDigest): MessageDigest
-
getMd2Digest(): MessageDigest
-
getMd5Digest(): MessageDigest
-
getSha1Digest(): MessageDigest
-
getSha256Digest(): MessageDigest
-
getSha3_224Digest(): MessageDigest
-
getSha3_256Digest(): MessageDigest
-
getSha3_384Digest(): MessageDigest
-
getSha3_512Digest(): MessageDigest
-
getSha384Digest(): MessageDigest
-
getSha512Digest(): MessageDigest
-
getShaDigest(): MessageDigest
-
isAvailable(String): boolean
-
md2(byte[]): byte[]
-
md2(InputStream): byte[]
-
md2(String): byte[]
-
md2Hex(byte[]): String
-
md2Hex(InputStream): String
-
md2Hex(String): String
-
md5(byte[]): byte[]
-
md5(InputStream): byte[]
-
md5(String): byte[]
-
md5Hex(byte[]): String
-
md5Hex(InputStream): String
-
md5Hex(String): String
-
sha(byte[]): byte[]
-
sha(InputStream): byte[]
-
sha(String): byte[]
-
sha1(byte[]): byte[]
-
sha1(InputStream): byte[]
-
sha1(String): byte[]
-
sha1Hex(byte[]): String
-
sha1Hex(InputStream): String
-
sha1Hex(String): String
-
sha256(byte[]): byte[]
-
sha256(InputStream): byte[]
-
sha256(String): byte[]
-
sha256Hex(byte[]): String
-
sha256Hex(InputStream): String
-
sha256Hex(String): String
-
sha3_224(byte[]): byte[]
-
sha3_224(InputStream): byte[]
-
sha3_224(String): byte[]
-
sha3_224Hex(String): String
-
sha3_256(byte[]): byte[]
-
sha3_256(InputStream): byte[]
-
sha3_256(String): byte[]
-
sha3_256Hex(String): String
-
sha3_384(byte[]): byte[]
-
sha3_384(InputStream): byte[]
-
sha3_384(String): byte[]
-
sha3_384Hex(String): String
-
sha3_512(byte[]): byte[]
-
sha3_512(InputStream): byte[]
-
sha3_512(String): byte[]
-
sha3_512Hex(String): String
-
sha384(byte[]): byte[]
-
sha384(InputStream): byte[]
-
sha384(String): byte[]
-
sha384Hex(byte[]): String
-
sha384Hex(InputStream): String
-
sha384Hex(String): String
-
sha512(byte[]): byte[]
-
sha512(InputStream): byte[]
-
sha512(String): byte[]
-
sha512Hex(byte[]): String
-
sha3_224Hex(byte[]): String
-
sha3_256Hex(byte[]): String
-
sha3_384Hex(byte[]): String
-
sha3_512Hex(byte[]): String
-
sha512Hex(InputStream): String
-
sha3_224Hex(InputStream): String
-
sha3_256Hex(InputStream): String
-
sha3_384Hex(InputStream): String
-
sha3_512Hex(InputStream): String
-
sha512Hex(String): String
-
shaHex(byte[]): String
-
shaHex(InputStream): String
-
shaHex(String): String
-
updateDigest(MessageDigest, byte[]): MessageDigest
-
updateDigest(MessageDigest, ByteBuffer): MessageDigest
-
updateDigest(MessageDigest, File): MessageDigest
-
updateDigest(MessageDigest, InputStream): MessageDigest
-
updateDigest(MessageDigest, String): MessageDigest
-
messageDigest: MessageDigest
-
DigestUtils(): void
-
DigestUtils(MessageDigest): void
-
DigestUtils(String): void
-
digest(byte[]): byte[]
-
digest(ByteBuffer): byte[]
-
digest(File): byte[]
-
digest(InputStream): byte[]
-
digest(String): byte[]
-
digestAsHex(byte[]): String
-
digestAsHex(ByteBuffer): String
-
digestAsHex(File): String
-
digestAsHex(InputStream): String
-
digestAsHex(String): String
-
getMessageDigest(): MessageDigest
-
-
HmacAlgorithms
-
HmacUtils
-
getHmacSha384(byte[]): Mac
-
STREAM_BUFFER_LENGTH: int
-
isAvailable(String): boolean
-
isAvailable(HmacAlgorithms): boolean
-
getHmacMd5(byte[]): Mac
-
getHmacSha1(byte[]): Mac
-
getHmacSha256(byte[]): Mac
-
getHmacSha512(byte[]): Mac
-
getInitializedMac(HmacAlgorithms, byte[]): Mac
-
getInitializedMac(String, byte[]): Mac
-
hmacMd5(byte[], byte[]): byte[]
-
hmacMd5(byte[], InputStream): byte[]
-
hmacMd5(String, String): byte[]
-
hmacMd5Hex(byte[], byte[]): String
-
hmacMd5Hex(byte[], InputStream): String
-
hmacMd5Hex(String, String): String
-
hmacSha1(byte[], byte[]): byte[]
-
hmacSha1(byte[], InputStream): byte[]
-
hmacSha1(String, String): byte[]
-
hmacSha1Hex(byte[], byte[]): String
-
hmacSha1Hex(byte[], InputStream): String
-
hmacSha1Hex(String, String): String
-
hmacSha256(byte[], byte[]): byte[]
-
hmacSha256(byte[], InputStream): byte[]
-
hmacSha256(String, String): byte[]
-
hmac(InputStream): byte[]
-
hmacSha256Hex(byte[], byte[]): String
-
hmacSha256Hex(byte[], InputStream): String
-
hmacSha256Hex(String, String): String
-
hmacSha384(byte[], byte[]): byte[]
-
hmacSha384(byte[], InputStream): byte[]
-
hmacSha384(String, String): byte[]
-
hmacSha384Hex(byte[], byte[]): String
-
hmacSha384Hex(byte[], InputStream): String
-
hmacSha384Hex(String, String): String
-
hmacSha512(byte[], byte[]): byte[]
-
hmacSha512(byte[], InputStream): byte[]
-
hmacSha512(String, String): byte[]
-
hmacSha512Hex(byte[], byte[]): String
-
hmacSha512Hex(byte[], InputStream): String
-
hmacSha512Hex(String, String): String
-
updateHmac(Mac, byte[]): Mac
-
updateHmac(Mac, InputStream): Mac
-
updateHmac(Mac, String): Mac
-
HmacUtils(): void
-
mac: Mac
-
HmacUtils(Mac): void
-
HmacUtils(String, byte[]): void
-
HmacUtils(String, String): void
-
HmacUtils(HmacAlgorithms, String): void
-
HmacUtils(HmacAlgorithms, byte[]): void
-
hmac(byte[]): byte[]
-
hmacHex(byte[]): String
-
hmac(String): byte[]
-
hmacHex(String): String
-
hmac(ByteBuffer): byte[]
-
hmacHex(ByteBuffer): String
-
hmacHex(InputStream): String
-
hmac(File): byte[]
-
hmacHex(File): String
-
-
Md5Crypt
-
APR1_PREFIX: String
-
BLOCKSIZE: int
-
MD5_PREFIX: String
-
ROUNDS: int
-
apr1Crypt(byte[]): String
-
apr1Crypt(byte[], Random): String
-
apr1Crypt(byte[], String): String
-
apr1Crypt(String): String
-
apr1Crypt(String, String): String
-
md5Crypt(byte[]): String
-
md5Crypt(byte[], Random): String
-
md5Crypt(byte[], String): String
-
md5Crypt(byte[], String, String): String
-
md5Crypt(byte[], String, String, Random): String
-
-
MessageDigestAlgorithms
-
PureJavaCrc32
-
PureJavaCrc32C
-
Sha2Crypt
-
ROUNDS_DEFAULT: int
-
ROUNDS_MAX: int
-
ROUNDS_MIN: int
-
ROUNDS_PREFIX: String
-
SHA256_BLOCKSIZE: int
-
SHA256_PREFIX: String
-
SHA512_BLOCKSIZE: int
-
SHA512_PREFIX: String
-
SALT_PATTERN: Pattern
-
sha256Crypt(byte[]): String
-
sha256Crypt(byte[], String): String
-
sha256Crypt(byte[], String, Random): String
-
sha2Crypt(byte[], String, String, int, String): String
-
sha512Crypt(byte[]): String
-
sha512Crypt(byte[], String): String
-
sha512Crypt(byte[], String, Random): String
-
-
UnixCrypt
-
CON_SALT: int[]
-
COV2CHAR: int[]
-
SALT_CHARS: char[]
-
SHIFT2: boolean[]
-
SKB: int[][]
-
SPTRANS: int[][]
-
crypt(byte[]): String
-
crypt(byte[], String): String
-
crypt(String): String
-
crypt(String, String): String
-
body(int[], int, int): int[]
-
byteToUnsigned(byte): int
-
dEncrypt(int, int, int, int, int, int[]): int
-
desSetKey(byte[]): int[]
-
fourBytesToInt(byte[], int): int
-
hPermOp(int, int, int): int
-
intToFourBytes(int, byte[], int): void
-
permOp(int, int, int, int, int[]): void
-
-
XXHash32
-
BUF_SIZE: int
-
ROTATE_BITS: int
-
PRIME1: int
-
PRIME2: int
-
PRIME3: int
-
PRIME4: int
-
PRIME5: int
-
oneByte: byte[]
-
state: int[]
-
buffer: byte[]
-
seed: int
-
totalLen: int
-
pos: int
-
XXHash32(): void
-
XXHash32(int): void
-
reset(): void
-
update(int): void
-
update(byte[], int, int): void
-
getValue(): long
-
getInt(byte[], int): int
-
initializeState(): void
-
process(byte[], int): void
-
fromLittleEndian(byte[], int, int): long
-
-
-
language
-
AbstractCaverphone
-
Caverphone
-
Caverphone1
-
Caverphone2
-
ColognePhonetic
-
AEIJOUY: char[]
-
SCZ: char[]
-
WFPV: char[]
-
GKQ: char[]
-
CKQ: char[]
-
AHKLOQRUX: char[]
-
SZ: char[]
-
AHOUKQX: char[]
-
TDX: char[]
-
CologneBuffer
-
CologneOutputBuffer
-
CologneInputBuffer
-
arrayContains(char[], char): boolean
-
colognePhonetic(String): String
-
encode(Object): Object
-
encode(String): String
-
isEncodeEqual(String, String): boolean
-
preprocess(String): char[]
-
-
DaitchMokotoffSoundex
-
static class initializer
-
$1
-
Branch
-
Rule
-
COMMENT: String
-
DOUBLE_QUOTE: String
-
MULTILINE_COMMENT_END: String
-
MULTILINE_COMMENT_START: String
-
RESOURCE_FILE: String
-
MAX_LENGTH: int
-
RULES: Map<Character, List<Rule>>
-
FOLDINGS: Map<Character, Character>
-
parseRules(Scanner, String, Map<Character, List<Rule>>, Map<Character, Character>): void
-
stripQuotes(String): String
-
folding: boolean
-
DaitchMokotoffSoundex(): void
-
DaitchMokotoffSoundex(boolean): void
-
cleanup(String): String
-
encode(Object): Object
-
encode(String): String
-
soundex(String): String
-
soundex(String, boolean): String[]
-
-
DoubleMetaphone
-
VOWELS: String
-
SILENT_START: String[]
-
L_R_N_M_B_H_F_V_W_SPACE: String[]
-
ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER: String[]
-
L_T_K_S_N_M_B_Z: String[]
-
maxCodeLen: int
-
DoubleMetaphone(): void
-
doubleMetaphone(String): String
-
doubleMetaphone(String, boolean): String
-
encode(Object): Object
-
encode(String): String
-
isDoubleMetaphoneEqual(String, String): boolean
-
isDoubleMetaphoneEqual(String, String, boolean): boolean
-
getMaxCodeLen(): int
-
setMaxCodeLen(int): void
-
handleAEIOUY(DoubleMetaphoneResult, int): int
-
handleC(String, DoubleMetaphoneResult, int): int
-
handleCC(String, DoubleMetaphoneResult, int): int
-
handleCH(String, DoubleMetaphoneResult, int): int
-
handleD(String, DoubleMetaphoneResult, int): int
-
handleG(String, DoubleMetaphoneResult, int, boolean): int
-
handleGH(String, DoubleMetaphoneResult, int): int
-
handleH(String, DoubleMetaphoneResult, int): int
-
handleJ(String, DoubleMetaphoneResult, int, boolean): int
-
handleL(String, DoubleMetaphoneResult, int): int
-
handleP(String, DoubleMetaphoneResult, int): int
-
handleR(String, DoubleMetaphoneResult, int, boolean): int
-
handleS(String, DoubleMetaphoneResult, int, boolean): int
-
handleSC(String, DoubleMetaphoneResult, int): int
-
handleT(String, DoubleMetaphoneResult, int): int
-
handleW(String, DoubleMetaphoneResult, int): int
-
handleX(String, DoubleMetaphoneResult, int): int
-
handleZ(String, DoubleMetaphoneResult, int, boolean): int
-
conditionC0(String, int): boolean
-
conditionCH0(String, int): boolean
-
conditionCH1(String, int): boolean
-
conditionL0(String, int): boolean
-
conditionM0(String, int): boolean
-
isSlavoGermanic(String): boolean
-
isVowel(char): boolean
-
isSilentStart(String): boolean
-
cleanInput(String): String
-
charAt(String, int): char
-
contains(String, int, int, String[]): boolean
-
DoubleMetaphoneResult
-
-
MatchRatingApproachEncoder
-
SPACE: String
-
EMPTY: String
-
ONE: int
-
TWO: int
-
THREE: int
-
FOUR: int
-
FIVE: int
-
SIX: int
-
SEVEN: int
-
ELEVEN: int
-
TWELVE: int
-
PLAIN_ASCII: String
-
UNICODE: String
-
DOUBLE_CONSONANT: String[]
-
cleanName(String): String
-
encode(Object): Object
-
encode(String): String
-
getFirst3Last3(String): String
-
getMinRating(int): int
-
isEncodeEquals(String, String): boolean
-
isVowel(String): boolean
-
leftToRightThenRightToLeftProcessing(String, String): int
-
removeAccents(String): String
-
removeDoubleConsonants(String): String
-
removeVowels(String): String
-
-
Metaphone
-
VOWELS: String
-
FRONTV: String
-
VARSON: String
-
maxCodeLen: int
-
Metaphone(): void
-
metaphone(String): String
-
isVowel(StringBuilder, int): boolean
-
isPreviousChar(StringBuilder, int, char): boolean
-
isNextChar(StringBuilder, int, char): boolean
-
regionMatch(StringBuilder, int, String): boolean
-
isLastChar(int, int): boolean
-
encode(Object): Object
-
encode(String): String
-
isMetaphoneEqual(String, String): boolean
-
getMaxCodeLen(): int
-
setMaxCodeLen(int): void
-
-
Nysiis
-
TRUE_LENGTH: int
-
PAT_DT_ETC: Pattern
-
SPACE: char
-
CHARS_A: char[]
-
CHARS_AF: char[]
-
CHARS_C: char[]
-
CHARS_FF: char[]
-
CHARS_G: char[]
-
CHARS_N: char[]
-
CHARS_NN: char[]
-
CHARS_S: char[]
-
CHARS_SSS: char[]
-
PAT_MAC: Pattern
-
PAT_KN: Pattern
-
PAT_K: Pattern
-
PAT_PH_PF: Pattern
-
PAT_SCH: Pattern
-
PAT_EE_IE: Pattern
-
isVowel(char): boolean
-
transcodeRemaining(char, char, char, char): char[]
-
strict: boolean
-
Nysiis(): void
-
Nysiis(boolean): void
-
encode(Object): Object
-
encode(String): String
-
isStrict(): boolean
-
nysiis(String): String
-
-
RefinedSoundex
-
US_ENGLISH_MAPPING_STRING: String
-
US_ENGLISH_MAPPING: char[]
-
soundexMapping: char[]
-
US_ENGLISH: RefinedSoundex
-
RefinedSoundex(): void
-
RefinedSoundex(char[]): void
-
RefinedSoundex(String): void
-
difference(String, String): int
-
encode(Object): Object
-
encode(String): String
-
getMappingCode(char): char
-
soundex(String): String
-
-
Soundex
-
SILENT_MARKER: char
-
US_ENGLISH_MAPPING_STRING: String
-
US_ENGLISH_MAPPING: char[]
-
US_ENGLISH: Soundex
-
US_ENGLISH_SIMPLIFIED: Soundex
-
US_ENGLISH_GENEALOGY: Soundex
-
maxLength: int
-
soundexMapping: char[]
-
specialCaseHW: boolean
-
Soundex(): void
-
Soundex(char[]): void
-
hasMarker(char[]): boolean
-
Soundex(String): void
-
Soundex(String, boolean): void
-
difference(String, String): int
-
encode(Object): Object
-
encode(String): String
-
getMaxLength(): int
-
map(char): char
-
setMaxLength(int): void
-
soundex(String): String
-
-
SoundexUtils
- bm
-
-
net
-
BCodec
-
charset: Charset
-
BCodec(): void
-
BCodec(Charset): void
-
BCodec(String): void
-
getEncoding(): String
-
doEncoding(byte[]): byte[]
-
doDecoding(byte[]): byte[]
-
encode(String, Charset): String
-
encode(String, String): String
-
encode(String): String
-
decode(String): String
-
encode(Object): Object
-
decode(Object): Object
-
getCharset(): Charset
-
getDefaultCharset(): String
-
-
PercentCodec
-
canEncode(byte): boolean
-
ESCAPE_CHAR: byte
-
alwaysEncodeChars: BitSet
-
plusForSpace: boolean
-
alwaysEncodeCharsMin: int
-
alwaysEncodeCharsMax: int
-
PercentCodec(): void
-
PercentCodec(byte[], boolean): void
-
insertAlwaysEncodeChars(byte[]): void
-
insertAlwaysEncodeChar(byte): void
-
encode(byte[]): byte[]
-
doEncode(byte[], int, boolean): byte[]
-
expectedEncodingBytes(byte[]): int
-
containsSpace(byte[]): boolean
-
inAlwaysEncodeCharsRange(byte): boolean
-
isAsciiChar(byte): boolean
-
decode(byte[]): byte[]
-
expectedDecodingBytes(byte[]): int
-
encode(Object): Object
-
decode(Object): Object
-
-
QCodec
-
charset: Charset
-
PRINTABLE_CHARS: BitSet
-
static class initializer
-
SPACE: byte
-
UNDERSCORE: byte
-
encodeBlanks: boolean
-
QCodec(): void
-
QCodec(Charset): void
-
QCodec(String): void
-
getEncoding(): String
-
doEncoding(byte[]): byte[]
-
doDecoding(byte[]): byte[]
-
encode(String, Charset): String
-
encode(String, String): String
-
encode(String): String
-
decode(String): String
-
encode(Object): Object
-
decode(Object): Object
-
getCharset(): Charset
-
getDefaultCharset(): String
-
isEncodeBlanks(): boolean
-
setEncodeBlanks(boolean): void
-
-
QuotedPrintableCodec
-
charset: Charset
-
strict: boolean
-
PRINTABLE_CHARS: BitSet
-
ESCAPE_CHAR: byte
-
TAB: byte
-
SPACE: byte
-
CR: byte
-
LF: byte
-
SAFE_LENGTH: int
-
static class initializer
-
QuotedPrintableCodec(): void
-
QuotedPrintableCodec(boolean): void
-
QuotedPrintableCodec(Charset): void
-
QuotedPrintableCodec(Charset, boolean): void
-
QuotedPrintableCodec(String): void
-
encodeQuotedPrintable(int, ByteArrayOutputStream): int
-
getUnsignedOctet(int, byte[]): int
-
encodeByte(int, boolean, ByteArrayOutputStream): int
-
isWhitespace(int): boolean
-
encodeQuotedPrintable(BitSet, byte[]): byte[]
-
encodeQuotedPrintable(BitSet, byte[], boolean): byte[]
-
decodeQuotedPrintable(byte[]): byte[]
-
encode(byte[]): byte[]
-
decode(byte[]): byte[]
-
encode(String): String
-
decode(String, Charset): String
-
decode(String, String): String
-
decode(String): String
-
encode(Object): Object
-
decode(Object): Object
-
getCharset(): Charset
-
getDefaultCharset(): String
-
encode(String, Charset): String
-
encode(String, String): String
-
-
RFC1522Codec
-
URLCodec
-
WWW_FORM_URL: BitSet
-
WWW_FORM_URL_SAFE: BitSet
-
static class initializer
-
URLCodec(): void
-
charset: String
-
ESCAPE_CHAR: byte
-
URLCodec(String): void
-
encodeUrl(BitSet, byte[]): byte[]
-
decodeUrl(byte[]): byte[]
-
encode(byte[]): byte[]
-
decode(byte[]): byte[]
-
encode(String, String): String
-
encode(String): String
-
decode(String, String): String
-
decode(String): String
-
encode(Object): Object
-
decode(Object): Object
-
getDefaultCharset(): String
-
getEncoding(): String
-
-
Utils
-
-
-
codec
-
commons
-
apache