⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index-all.html

📁 java编码的一个开发包
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language"><B>DoubleMetaphone</B></A> - class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>.<DD>Encodes a string into a double metaphone value.<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html#DoubleMetaphone()"><B>DoubleMetaphone()</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/DoubleMetaphone.html" title="class in org.apache.commons.codec.language">DoubleMetaphone</A>
<DD>Creates an instance of this DoubleMetaphone encoder
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language"><B>DoubleMetaphone.DoubleMetaphoneResult</B></A> - class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>.<DD>Inner class for storing results, since there is the optional alternate encoding.<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#DoubleMetaphone.DoubleMetaphoneResult(int)"><B>DoubleMetaphone.DoubleMetaphoneResult(int)</B></A> - 
Constructor for class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html" title="class in org.apache.commons.codec.language">DoubleMetaphone.DoubleMetaphoneResult</A>
<DD>&nbsp;
<DT><A HREF="org/apache/commons/codec/BinaryDecoder.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="org/apache/commons/codec/BinaryDecoder.html" title="interface in org.apache.commons.codec">BinaryDecoder</A>
<DD>Decodes a byte array and returns the results as a byte array.
<DT><A HREF="org/apache/commons/codec/Decoder.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="org/apache/commons/codec/Decoder.html" title="interface in org.apache.commons.codec">Decoder</A>
<DD>Decodes an "encoded" Object and returns a "decoded" Object.
<DT><A HREF="org/apache/commons/codec/StringDecoder.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in interface org.apache.commons.codec.<A HREF="org/apache/commons/codec/StringDecoder.html" title="interface in org.apache.commons.codec">StringDecoder</A>
<DD>Decodes a String and returns a String.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Decodes an Object using the base64 algorithm.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Decodes a byte[] containing containing characters in the Base64 alphabet.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Decodes a byte array where each byte represents an ascii '0' or '1'.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/BinaryCodec.html" title="class in org.apache.commons.codec.binary">BinaryCodec</A>
<DD>Decodes a byte array where each byte represents an ascii '0' or '1'.
<DT><A HREF="org/apache/commons/codec/binary/Hex.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of character bytes representing hexidecimal values into an array of bytes of those same values.
<DT><A HREF="org/apache/commons/codec/binary/Hex.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts a String or an array of character bytes representing hexidecimal values into an array of bytes of those same values.
<DT><A HREF="org/apache/commons/codec/net/BCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Decodes a Base64 string into its original form.
<DT><A HREF="org/apache/commons/codec/net/BCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Decodes a Base64 object into its original form.
<DT><A HREF="org/apache/commons/codec/net/QCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Decodes a quoted-printable string into its original form.
<DT><A HREF="org/apache/commons/codec/net/QCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Decodes a quoted-printable object into its original form.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes an array of quoted-printable characters into an array of original bytes.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(java.lang.String, java.lang.String)"><B>decode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes a quoted-printable string into its original form using the specified string charset.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes a quoted-printable string into its original form using the default string charset.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes a quoted-printable object into its original form.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#decode(byte[])"><B>decode(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes an array of URL safe 7-bit characters into an array of  original bytes.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#decode(java.lang.String, java.lang.String)"><B>decode(String, String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes a URL safe string into its original form using the  specified encoding.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#decode(java.lang.String)"><B>decode(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes a URL safe string into its original form using the default string charset.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#decode(java.lang.Object)"><B>decode(Object)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes a URL safe object into its original form.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#decodeBase64(byte[])"><B>decodeBase64(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Decodes Base64 data into octects
<DT><A HREF="org/apache/commons/codec/binary/Hex.html#decodeHex(char[])"><B>decodeHex(char[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Hex.html" title="class in org.apache.commons.codec.binary">Hex</A>
<DD>Converts an array of characters representing hexidecimal values into an array of bytes of those same values.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#decodeQuotedPrintable(byte[])"><B>decodeQuotedPrintable(byte[])</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Decodes an array quoted-printable characters into an array of original bytes.
<DT><A HREF="org/apache/commons/codec/net/RFC1522Codec.html#decodeText(java.lang.String)"><B>decodeText(String)</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>
<DD>Applies an RFC 1522 compliant decoding scheme to the given string of text.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#decodeUrl(byte[])"><B>decodeUrl(byte[])</B></A> - 
Static method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/URLCodec.html" title="class in org.apache.commons.codec.net">URLCodec</A>
<DD>Decodes an array of URL safe 7-bit characters into an array of  original bytes.
<DT><A HREF="org/apache/commons/codec/language/RefinedSoundex.html#difference(java.lang.String, java.lang.String)"><B>difference(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/RefinedSoundex.html" title="class in org.apache.commons.codec.language">RefinedSoundex</A>
<DD>Returns the number of characters in the two encoded Strings that are the same.
<DT><A HREF="org/apache/commons/codec/language/Soundex.html#difference(java.lang.String, java.lang.String)"><B>difference(String, String)</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/Soundex.html" title="class in org.apache.commons.codec.language">Soundex</A>
<DD>Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
<DT><A HREF="org/apache/commons/codec/language/SoundexUtils.html#difference(org.apache.commons.codec.StringEncoder, java.lang.String, java.lang.String)"><B>difference(StringEncoder, String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/SoundexUtils.html" title="class in org.apache.commons.codec.language">SoundexUtils</A>
<DD>Encodes the Strings and returns the number of characters in the two encoded Strings that are the same.
<DT><A HREF="org/apache/commons/codec/language/SoundexUtils.html#differenceEncoded(java.lang.String, java.lang.String)"><B>differenceEncoded(String, String)</B></A> - 
Static method in class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/SoundexUtils.html" title="class in org.apache.commons.codec.language">SoundexUtils</A>
<DD>Returns the number of characters in the two Soundex encoded Strings that are the same.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#discardNonBase64(byte[])"><B>discardNonBase64(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Discards any characters outside of the base64 alphabet, per the requirements on page 25 of RFC 2045 - "Any characters outside of the base64 alphabet are to be ignored in base64 encoded data."
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#discardWhitespace(byte[])"><B>discardWhitespace(byte[])</B></A> - 
Static method in class org.apache.commons.codec.binary.<A HREF="org/apache/commons/codec/binary/Base64.html" title="class in org.apache.commons.codec.binary">Base64</A>
<DD>Discards any whitespace from a base-64 encoded block.
<DT><A HREF="org/apache/commons/codec/net/BCodec.html#doDecoding(byte[])"><B>doDecoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>&nbsp;
<DT><A HREF="org/apache/commons/codec/net/QCodec.html#doDecoding(byte[])"><B>doDecoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>&nbsp;
<DT><A HREF="org/apache/commons/codec/net/RFC1522Codec.html#doDecoding(byte[])"><B>doDecoding(byte[])</B></A> - 
Method in class org.apache.commons.codec.net.<A HREF="org/apache/commons/codec/net/RFC1522Codec.html" title="class in org.apache.commons.codec.net">RFC1522Codec</A>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -