Package org.apache.abdera.i18n.text
Class UrlEncoding
java.lang.Object
org.apache.abdera.i18n.text.UrlEncoding
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Performs URL Percent Encoding
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDeprecated.static classDeprecated.static classDeprecated.static classDeprecated. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated.static StringDeprecated.static Stringencode(byte... bytes) Deprecated.static Stringencode(byte[] bytes, int off, int len) Deprecated.static Stringencode(char... chars) Deprecated.static Stringencode(char[] chars, int offset, int length) Deprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static Stringencode(InputStream in) Deprecated.static Stringencode(InputStream in, String charset) Deprecated.static Stringencode(InputStream in, String charset, String enc) Deprecated.static Stringencode(InputStream in, String charset, String enc, Filter Filter) Deprecated.static Stringencode(InputStream in, String charset, String enc, Filter... filters) Deprecated.static Stringencode(InputStream in, String charset, Filter Filter) Deprecated.static Stringencode(InputStream in, String charset, Filter... filters) Deprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static Stringencode(CharSequence s, int offset, int length) Deprecated.static Stringencode(CharSequence s, int offset, int length, String enc, Filter... filters) Deprecated.static Stringencode(CharSequence s, int offset, int length, Filter Filter) Deprecated.static Stringencode(CharSequence s, int offset, int length, Filter... filters) Deprecated.static Stringencode(CharSequence s, String enc, Filter... filters) Deprecated.static Stringencode(CharSequence s, Filter Filter) Deprecated.static Stringencode(CharSequence s, Filter... filters) Deprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.static StringDeprecated.
-
Field Details
-
HEX
public static final char[] HEXDeprecated.
-
-
Method Details
-
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
public static String encode(InputStream in, String charset, String enc, Filter Filter) throws IOException Deprecated.- Throws:
IOException
-
encode
public static String encode(InputStream in, String charset, String enc, Filter... filters) throws IOException Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated.- Throws:
IOException
-
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
Deprecated. -
encode
public static String encode(CharSequence s, int offset, int length, String enc, Filter... filters) throws UnsupportedEncodingException Deprecated.- Throws:
UnsupportedEncodingException
-
encode
public static String encode(CharSequence s, String enc, Filter... filters) throws UnsupportedEncodingException Deprecated.- Throws:
UnsupportedEncodingException
-
decode
Deprecated.- Throws:
UnsupportedEncodingException
-
decode
Deprecated.
-