Java org.apache.commons.httpclient.util EncodingUtil fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.httpclient.util EncodingUtil fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.httpclient.util EncodingUtil.

The text is from its open source code.

Method

StringformUrlEncode(NameValuePair[] pairs, String charset)
Form-urlencoding routine.
byte[]getAsciiBytes(final String data)
Converts the specified string to byte array of ASCII characters.
StringgetAsciiString(final byte[] data)
Converts the byte array of ASCII characters to a string.
byte[]getBytes(final String data, String charset)
Converts the specified string to a byte array.
StringgetString(final byte[] data, int offset, int length, String charset)
Converts the byte array of HTTP content characters to a string.
StringgetString(final byte[] data, String charset)
Converts the byte array of HTTP content characters to a string.