Uses of Class
org.apache.commons.imaging.common.BinaryConstant
-
Packages that use BinaryConstant Package Description org.apache.commons.imaging.common Provides utility classes that are employed across multiple image formats and sub-packages.org.apache.commons.imaging.formats.jpeg The JPEG image format.org.apache.commons.imaging.formats.png The PNG image format.org.apache.commons.imaging.formats.tiff.constants TIFF constants. -
-
Uses of BinaryConstant in org.apache.commons.imaging.common
Methods in org.apache.commons.imaging.common with parameters of type BinaryConstant Modifier and Type Method Description static void
BinaryFunctions. readAndVerifyBytes(InputStream is, BinaryConstant expected, String exception)
static boolean
BinaryFunctions. startsWith(byte[] haystack, BinaryConstant needle)
-
Uses of BinaryConstant in org.apache.commons.imaging.formats.jpeg
Fields in org.apache.commons.imaging.formats.jpeg declared as BinaryConstant Modifier and Type Field Description static BinaryConstant
JpegConstants. EOI
static BinaryConstant
JpegConstants. EXIF_IDENTIFIER_CODE
static BinaryConstant
JpegConstants. ICC_PROFILE_LABEL
static BinaryConstant
JpegConstants. JFIF0_SIGNATURE
static BinaryConstant
JpegConstants. JFIF0_SIGNATURE_ALTERNATIVE
static BinaryConstant
JpegConstants. PHOTOSHOP_IDENTIFICATION_STRING
static BinaryConstant
JpegConstants. SOI
static BinaryConstant
JpegConstants. XMP_IDENTIFIER
-
Uses of BinaryConstant in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as BinaryConstant Modifier and Type Field Description static BinaryConstant
PngConstants. PNG_SIGNATURE
-
Uses of BinaryConstant in org.apache.commons.imaging.formats.tiff.constants
-