Uses of Enum
org.unbescape.uri.UriEscapeUtil.UriEscapeType
Packages that use UriEscapeUtil.UriEscapeType
-
Uses of UriEscapeUtil.UriEscapeType in org.unbescape.uri
Methods in org.unbescape.uri that return UriEscapeUtil.UriEscapeTypeModifier and TypeMethodDescriptionstatic UriEscapeUtil.UriEscapeType
Returns the enum constant of this type with the specified name.static UriEscapeUtil.UriEscapeType[]
UriEscapeUtil.UriEscapeType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.unbescape.uri with parameters of type UriEscapeUtil.UriEscapeTypeModifier and TypeMethodDescription(package private) static void
UriEscapeUtil.escape
(char[] text, int offset, int len, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static void
UriEscapeUtil.escape
(Reader reader, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static String
UriEscapeUtil.escape
(String text, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static void
UriEscapeUtil.unescape
(char[] text, int offset, int len, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static void
UriEscapeUtil.unescape
(Reader reader, Writer writer, UriEscapeUtil.UriEscapeType escapeType, String encoding) (package private) static String
UriEscapeUtil.unescape
(String text, UriEscapeUtil.UriEscapeType escapeType, String encoding)