public static enum QByteArray.Base64Option extends Enum<QByteArray.Base64Option>
Enum Constant and Description |
---|
AbortOnBase64DecodingErrors |
Base64Encoding |
Base64UrlEncoding |
IgnoreBase64DecodingErrors |
KeepTrailingEquals |
OmitTrailingEquals |
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
QByteArray.Base64Option |
intern() |
String |
toString() |
static QByteArray.Base64Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QByteArray.Base64Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QByteArray.Base64Option Base64Encoding
public static final QByteArray.Base64Option Base64UrlEncoding
public static final QByteArray.Base64Option KeepTrailingEquals
public static final QByteArray.Base64Option OmitTrailingEquals
public static final QByteArray.Base64Option IgnoreBase64DecodingErrors
public static final QByteArray.Base64Option AbortOnBase64DecodingErrors
public static QByteArray.Base64Option[] values()
for (QByteArray.Base64Option c : QByteArray.Base64Option.values()) System.out.println(c);
public static QByteArray.Base64Option valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic QByteArray.Base64Option intern()
public String toString()
toString
in class Enum<QByteArray.Base64Option>
Copyright © 2022. All rights reserved.