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 that return BinaryConstant Modifier and Type Method Description BinaryConstantBinaryConstant. clone()Methods in org.apache.commons.imaging.common with parameters of type BinaryConstant Modifier and Type Method Description static voidBinaryFunctions. readAndVerifyBytes(InputStream is, BinaryConstant expected, String exception)static booleanBinaryFunctions. 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 BinaryConstantJpegConstants. EOIstatic BinaryConstantJpegConstants. EXIF_IDENTIFIER_CODEstatic BinaryConstantJpegConstants. ICC_PROFILE_LABELstatic BinaryConstantJpegConstants. JFIF0_SIGNATUREstatic BinaryConstantJpegConstants. JFIF0_SIGNATURE_ALTERNATIVEstatic BinaryConstantJpegConstants. PHOTOSHOP_IDENTIFICATION_STRINGstatic BinaryConstantJpegConstants. SOIstatic BinaryConstantJpegConstants. 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 BinaryConstantPngConstants. PNG_SIGNATURE -
Uses of BinaryConstant in org.apache.commons.imaging.formats.tiff.constants
-