public static enum COSStream.FilterFlags extends Enum<COSStream.FilterFlags>
| Enum Constant and Description |
|---|
DECODE |
DECRYPT |
DECRYPT_AND_DECODE |
RAW_DATA |
| Modifier and Type | Method and Description |
|---|---|
static COSStream.FilterFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COSStream.FilterFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final COSStream.FilterFlags RAW_DATA
public static final COSStream.FilterFlags DECODE
public static final COSStream.FilterFlags DECRYPT
public static final COSStream.FilterFlags DECRYPT_AND_DECODE
public static COSStream.FilterFlags[] values()
for (COSStream.FilterFlags c : COSStream.FilterFlags.values()) System.out.println(c);
public static COSStream.FilterFlags 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 nullCopyright © 2015–2018 The veraPDF Consortium. All rights reserved.