Java org.apache.commons.codec.net QCodec fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.codec.net QCodec fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.codec.net QCodec.

The text is from its open source code.

Constructor

QCodec(final String charset)
Constructor which allows for the selection of a default charset
QCodec()
Default constructor.

Method

Stringdecode(String pString)
Decodes a quoted-printable string into its original form.
Objectdecode(Object pObject)
Decodes a quoted-printable object into its original form.
Stringencode(String pString)
Encodes a string into its quoted-printable form using the default charset.
Objectencode(Object pObject)
Encodes an object into its quoted-printable form using the default charset.
Stringencode(final String pString, final String charset)
Encodes a string into its quoted-printable form using the specified charset.
voidsetEncodeBlanks(boolean b)
Defines whether optional tranformation of SPACE characters is to be used