|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Encoding | |
---|---|
ezvcard.parameter |
Uses of Encoding in ezvcard.parameter |
---|
Fields in ezvcard.parameter declared as Encoding | |
---|---|
static Encoding |
Encoding._7BIT
Supported versions: 2.1 |
static Encoding |
Encoding._8BIT
Supported versions: 2.1 |
static Encoding |
Encoding.B
Supported versions: 3.0 |
static Encoding |
Encoding.BASE64
Supported versions: 2.1 |
static Encoding |
Encoding.QUOTED_PRINTABLE
Supported versions: 2.1 |
Methods in ezvcard.parameter that return Encoding | |
---|---|
static Encoding |
Encoding.find(String value)
Searches for a parameter value that is defined as a static constant in this class. |
static Encoding |
Encoding.get(String value)
Searches for a parameter value and creates one if it cannot be found. |
Encoding |
VCardParameters.getEncoding()
Gets the ENCODING parameter. |
Methods in ezvcard.parameter that return types with arguments of type Encoding | |
---|---|
static Collection<Encoding> |
Encoding.all()
Gets all of the parameter values that are defined as static constants in this class. |
Methods in ezvcard.parameter with parameters of type Encoding | |
---|---|
void |
VCardParameters.setEncoding(Encoding encoding)
Sets the ENCODING parameter. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |