Java org.apache.commons.vfs2.provider UriParser fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.provider UriParser fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.provider UriParser.

The text is from its open source code.

Method

voidcanonicalizePath(final StringBuilder buffer, final int offset, final int length, final FileNameParser fileNameParser)
Stringdecode(final String encodedStr)
Removes %nn encodings from a string.
Stringencode(final String decodedStr)
Removes %nn encodings from a string.
String[]encode(final String[] strings)
Encode an array of Strings.
Stringencode(final String decodedStr, final char[] reserved)
Converts "special" characters to their %nn value.
StringextractQueryString(final StringBuilder name)
Extract the query String from the URI.
StringextractScheme(final String uri, final StringBuilder buffer)
Extracts the scheme from a URI.
StringextractScheme(final String uri)
Extracts the scheme from a URI.
booleanfixSeparators(final StringBuilder name)
Normalises the separators in a name.
FileTypenormalisePath(final StringBuilder path)
Normalises a path.