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

📄 index-all.html

📁 java编码的一个开发包
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#encode(java.lang.String, java.lang.String)"><B>encode(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>Encodes a string into its quoted-printable form using the specified charset.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#encode(byte[])"><B>encode(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>Encodes an array of bytes into an array of URL safe 7-bit  characters.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#encode(java.lang.String, java.lang.String)"><B>encode(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>Encodes a string into its URL safe form using the specified string charset.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#encode(java.lang.String)"><B>encode(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>Encodes a string into its URL safe form using the default string  charset.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#encode(java.lang.Object)"><B>encode(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>Encodes an object into its URL safe form.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#encodeBase64(byte[])"><B>encodeBase64(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>Encodes binary data using the base64 algorithm but does not chunk the output.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#encodeBase64(byte[], boolean)"><B>encodeBase64(byte[], boolean)</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>Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#encodeBase64Chunked(byte[])"><B>encodeBase64Chunked(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>Encodes binary data using the base64 algorithm and chunks the encoded output into 76 character blocks
<DT><A HREF="org/apache/commons/codec/net/QCodec.html#encodeBlanks"><B>encodeBlanks</B></A> - 
Variable 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/binary/Hex.html#encodeHex(byte[])"><B>encodeHex(byte[])</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 bytes into an array of characters representing the hexidecimal values of each byte in order.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#encodeQuotedPrintable(int, java.io.ByteArrayOutputStream)"><B>encodeQuotedPrintable(int, ByteArrayOutputStream)</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>Encodes byte into its quoted-printable representation.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#encodeQuotedPrintable(java.util.BitSet, byte[])"><B>encodeQuotedPrintable(BitSet, 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>Encodes an array of bytes into an array of quoted-printable 7-bit characters.
<DT><A HREF="org/apache/commons/codec/net/RFC1522Codec.html#encodeText(java.lang.String, java.lang.String)"><B>encodeText(String, 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 encoding scheme to the given string of text with the  given charset.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#encodeUrl(java.util.BitSet, byte[])"><B>encodeUrl(BitSet, 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>Encodes an array of bytes into an array of URL safe 7-bit  characters.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#FOURBYTE"><B>FOURBYTE</B></A> - 
Static variable 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>Used to get the number of Quadruples.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#fromAscii(char[])"><B>fromAscii(char[])</B></A> - 
Static 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 char represents an ascii '0' or '1'.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#fromAscii(byte[])"><B>fromAscii(byte[])</B></A> - 
Static 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/language/Metaphone.html#frontv"><B>frontv</B></A> - 
Variable in class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Variable used in Metaphone algorithm
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#getAlternate()"><B>getAlternate()</B></A> - 
Method in 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/net/BCodec.html#getDefaultCharset()"><B>getDefaultCharset()</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>The default charset used for string decoding and encoding.
<DT><A HREF="org/apache/commons/codec/net/QCodec.html#getDefaultCharset()"><B>getDefaultCharset()</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>The default charset used for string decoding and encoding.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#getDefaultCharset()"><B>getDefaultCharset()</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>Returns the default charset used for string decoding and encoding.
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#getDefaultCharset()"><B>getDefaultCharset()</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>The default charset used for string decoding and encoding.
<DT><A HREF="org/apache/commons/codec/digest/DigestUtils.html#getDigest(java.lang.String)"><B>getDigest(String)</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns a MessageDigest for the given <code>algorithm</code>.
<DT><A HREF="org/apache/commons/codec/net/BCodec.html#getEncoding()"><B>getEncoding()</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#getEncoding()"><B>getEncoding()</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#getEncoding()"><B>getEncoding()</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>Returns the codec name (referred to as encoding in the RFC 1522)
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#getEncoding()"><B>getEncoding()</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><B>Deprecated.</B>&nbsp;<I>use #getDefaultCharset()</I>
<DT><A HREF="org/apache/commons/codec/language/RefinedSoundex.html#getMappingCode(char)"><B>getMappingCode(char)</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 mapping code for a given character.
<DT><A HREF="org/apache/commons/codec/language/Soundex.html#getMappingCode(java.lang.String, int)"><B>getMappingCode(String, int)</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>Used internally by the SoundEx algorithm.
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html#getMaxCodeLen()"><B>getMaxCodeLen()</B></A> - 
Method in 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>Returns the maxCodeLen.
<DT><A HREF="org/apache/commons/codec/language/Metaphone.html#getMaxCodeLen()"><B>getMaxCodeLen()</B></A> - 
Method in class org.apache.commons.codec.language.<A HREF="org/apache/commons/codec/language/Metaphone.html" title="class in org.apache.commons.codec.language">Metaphone</A>
<DD>Returns the maxCodeLen.
<DT><A HREF="org/apache/commons/codec/language/Soundex.html#getMaxLength()"><B>getMaxLength()</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><B>Deprecated.</B>&nbsp;<I>This feature is not needed since the encoding size must be constant. Will be removed in 2.0.</I>
<DT><A HREF="org/apache/commons/codec/digest/DigestUtils.html#getMd5Digest()"><B>getMd5Digest()</B></A> - 
Static method in class org.apache.commons.codec.digest.<A HREF="org/apache/commons/codec/digest/DigestUtils.html" title="class in org.apache.commons.codec.digest">DigestUtils</A>
<DD>Returns an MD5 MessageDigest.
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.DoubleMetaphoneResult.html#getPrimary()"><B>getPrimary()</B></A> - 
Method in 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/digest/DigestUtils

⌨️ 快捷键说明

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