Uses of Class
org.verapdf.cos.COSStream.FilterFlags
-
Packages that use COSStream.FilterFlags Package Description org.verapdf.cos -
-
Uses of COSStream.FilterFlags in org.verapdf.cos
Methods in org.verapdf.cos that return COSStream.FilterFlags Modifier and Type Method Description COSStream.FilterFlagsCOSStream. getFilterFlags()static COSStream.FilterFlagsCOSStream.FilterFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static COSStream.FilterFlags[]COSStream.FilterFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.verapdf.cos with parameters of type COSStream.FilterFlags Constructor Description COSStream(COSDictionary dictionary, String string, COSStream.FilterFlags flags)COSStream(COSDictionary dictionary, ASInputStream stream, COSStream.FilterFlags flags)
-