📄 index-all.html
字号:
<DD>Decodes an array of bytes using the defined encoding scheme
<DT><A HREF="org/apache/commons/codec/net/BCodec.html#doEncoding(byte[])"><B>doEncoding(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>
<DT><A HREF="org/apache/commons/codec/net/QCodec.html#doEncoding(byte[])"><B>doEncoding(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>
<DT><A HREF="org/apache/commons/codec/net/RFC1522Codec.html#doEncoding(byte[])"><B>doEncoding(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>
<DD>Encodes an array of bytes using the defined encoding scheme
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html#doubleMetaphone(java.lang.String)"><B>doubleMetaphone(String)</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>Encode a value with Double Metaphone
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html#doubleMetaphone(java.lang.String, boolean)"><B>doubleMetaphone(String, boolean)</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>Encode a value with Double Metaphone, optionally using the alternate encoding.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#EIGHTBIT"><B>EIGHTBIT</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 calculate the number of bits in a byte.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#EMPTY_BYTE_ARRAY"><B>EMPTY_BYTE_ARRAY</B></A> -
Static variable 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>Empty byte array.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#EMPTY_CHAR_ARRAY"><B>EMPTY_CHAR_ARRAY</B></A> -
Static variable 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>Empty char array.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#ESCAPE_CHAR"><B>ESCAPE_CHAR</B></A> -
Static variable 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>
<DT><A HREF="org/apache/commons/codec/net/URLCodec.html#ESCAPE_CHAR"><B>ESCAPE_CHAR</B></A> -
Static variable 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>
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html#ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER"><B>ES_EP_EB_EL_EY_IB_IL_IN_IE_EI_ER</B></A> -
Static variable 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>
<DT><A HREF="org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec"><B>Encoder</B></A> - interface org.apache.commons.codec.<A HREF="org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec">Encoder</A>.<DD>Provides the highest level of abstraction for Encoders.<DT><A HREF="org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec"><B>EncoderException</B></A> - exception org.apache.commons.codec.<A HREF="org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</A>.<DD>Thrown when there is a failure condition during the encoding process.<DT><A HREF="org/apache/commons/codec/EncoderException.html#EncoderException(java.lang.String)"><B>EncoderException(String)</B></A> -
Constructor for class org.apache.commons.codec.<A HREF="org/apache/commons/codec/EncoderException.html" title="class in org.apache.commons.codec">EncoderException</A>
<DD>Creates a new instance of this exception with an useful message.
<DT><A HREF="org/apache/commons/codec/BinaryEncoder.html#encode(byte[])"><B>encode(byte[])</B></A> -
Method in interface org.apache.commons.codec.<A HREF="org/apache/commons/codec/BinaryEncoder.html" title="interface in org.apache.commons.codec">BinaryEncoder</A>
<DD>Encodes a byte array and return the encoded data as a byte array.
<DT><A HREF="org/apache/commons/codec/Encoder.html#encode(java.lang.Object)"><B>encode(Object)</B></A> -
Method in interface org.apache.commons.codec.<A HREF="org/apache/commons/codec/Encoder.html" title="interface in org.apache.commons.codec">Encoder</A>
<DD>Encodes an "Object" and returns the encoded content as an Object.
<DT><A HREF="org/apache/commons/codec/StringEncoder.html#encode(java.lang.String)"><B>encode(String)</B></A> -
Method in interface org.apache.commons.codec.<A HREF="org/apache/commons/codec/StringEncoder.html" title="interface in org.apache.commons.codec">StringEncoder</A>
<DD>Encodes a String and returns a String.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#encode(java.lang.Object)"><B>encode(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>Encodes an Object using the base64 algorithm.
<DT><A HREF="org/apache/commons/codec/binary/Base64.html#encode(byte[])"><B>encode(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>Encodes a byte[] containing binary data, into a byte[] containing characters in the Base64 alphabet.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#encode(byte[])"><B>encode(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>Converts an array of raw binary data into an array of ascii 0 and 1 characters.
<DT><A HREF="org/apache/commons/codec/binary/BinaryCodec.html#encode(java.lang.Object)"><B>encode(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>Converts an array of raw binary data into an array of ascii 0 and 1 chars.
<DT><A HREF="org/apache/commons/codec/binary/Hex.html#encode(byte[])"><B>encode(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 bytes into an array of bytes for the characters representing the hexidecimal values of each byte in order.
<DT><A HREF="org/apache/commons/codec/binary/Hex.html#encode(java.lang.Object)"><B>encode(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 bytes into an array of characters representing the hexidecimal values of each byte in order.
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html#encode(java.lang.Object)"><B>encode(Object)</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>Encode the value using DoubleMetaphone.
<DT><A HREF="org/apache/commons/codec/language/DoubleMetaphone.html#encode(java.lang.String)"><B>encode(String)</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>Encode the value using DoubleMetaphone.
<DT><A HREF="org/apache/commons/codec/language/Metaphone.html#encode(java.lang.Object)"><B>encode(Object)</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>Encodes an Object using the metaphone algorithm.
<DT><A HREF="org/apache/commons/codec/language/Metaphone.html#encode(java.lang.String)"><B>encode(String)</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>Encodes a String using the Metaphone algorithm.
<DT><A HREF="org/apache/commons/codec/language/RefinedSoundex.html#encode(java.lang.Object)"><B>encode(Object)</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>Encodes an Object using the refined soundex algorithm.
<DT><A HREF="org/apache/commons/codec/language/RefinedSoundex.html#encode(java.lang.String)"><B>encode(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>Encodes a String using the refined soundex algorithm.
<DT><A HREF="org/apache/commons/codec/language/Soundex.html#encode(java.lang.Object)"><B>encode(Object)</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 an Object using the soundex algorithm.
<DT><A HREF="org/apache/commons/codec/language/Soundex.html#encode(java.lang.String)"><B>encode(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 a String using the soundex algorithm.
<DT><A HREF="org/apache/commons/codec/net/BCodec.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/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Encodes a string into its Base64 form using the specified charset.
<DT><A HREF="org/apache/commons/codec/net/BCodec.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/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Encodes a string into its Base64 form using the default charset.
<DT><A HREF="org/apache/commons/codec/net/BCodec.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/BCodec.html" title="class in org.apache.commons.codec.net">BCodec</A>
<DD>Encodes an object into its Base64 form using the default charset.
<DT><A HREF="org/apache/commons/codec/net/QCodec.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/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Encodes a string into its quoted-printable form using the specified charset.
<DT><A HREF="org/apache/commons/codec/net/QCodec.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/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Encodes a string into its quoted-printable form using the default charset.
<DT><A HREF="org/apache/commons/codec/net/QCodec.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/QCodec.html" title="class in org.apache.commons.codec.net">QCodec</A>
<DD>Encodes an object into its quoted-printable form using the default charset.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.html#encode(byte[])"><B>encode(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>Encodes an array of bytes into an array of quoted-printable 7-bit characters.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.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/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes a string into its quoted-printable form using the default string charset.
<DT><A HREF="org/apache/commons/codec/net/QuotedPrintableCodec.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/QuotedPrintableCodec.html" title="class in org.apache.commons.codec.net">QuotedPrintableCodec</A>
<DD>Encodes an object into its quoted-printable safe form.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -