Uses of Class
org.apache.commons.imaging.FormatCompliance
-
Packages that use FormatCompliance Package Description org.apache.commons.imaging The main package for Apache Commons Imaging.org.apache.commons.imaging.formats.bmp The BMP image format.org.apache.commons.imaging.formats.gif The GIF image format.org.apache.commons.imaging.formats.tiff Provides classes and methods for reading and writing Tagged Image File Format (TIFF) files. -
-
Uses of FormatCompliance in org.apache.commons.imaging
Methods in org.apache.commons.imaging that return FormatCompliance Modifier and Type Method Description static FormatComplianceFormatCompliance. getDefault()FormatComplianceAbstractImageParser. getFormatCompliance(byte[] bytes)Determines the format compliance of the content of the supplied byte array based on rules provided by a specific implementation.FormatComplianceAbstractImageParser. getFormatCompliance(java.io.File file)Determines the format compliance of the specified file based on rules provided by a specific implementation.FormatComplianceAbstractImageParser. getFormatCompliance(ByteSource byteSource)Determines the format compliance of the content of the supplied byte source based on rules provided by a specific implementation.static FormatComplianceImaging. getFormatCompliance(byte[] bytes)Attempts to determine the image format of the specified data and evaluates its format compliance.static FormatComplianceImaging. getFormatCompliance(java.io.File file)Attempts to determine the image format of the specified data and evaluates its format compliance.private static FormatComplianceImaging. getFormatCompliance(ByteSource byteSource) -
Uses of FormatCompliance in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp that return FormatCompliance Modifier and Type Method Description FormatComplianceBmpImageParser. getFormatCompliance(ByteSource byteSource)Methods in org.apache.commons.imaging.formats.bmp with parameters of type FormatCompliance Modifier and Type Method Description private BmpHeaderInfoBmpImageParser. readBmpHeaderInfo(java.io.InputStream is, FormatCompliance formatCompliance)private BmpImageContentsBmpImageParser. readImageContents(java.io.InputStream is, FormatCompliance formatCompliance) -
Uses of FormatCompliance in org.apache.commons.imaging.formats.gif
Methods in org.apache.commons.imaging.formats.gif that return FormatCompliance Modifier and Type Method Description FormatComplianceGifImageParser. getFormatCompliance(ByteSource byteSource)Methods in org.apache.commons.imaging.formats.gif with parameters of type FormatCompliance Modifier and Type Method Description private java.util.List<GifBlock>GifImageParser. readBlocks(GifHeaderInfo ghi, java.io.InputStream is, boolean stopBeforeImageData, FormatCompliance formatCompliance)private GifImageContentsGifImageParser. readFile(ByteSource byteSource, boolean stopBeforeImageData, FormatCompliance formatCompliance)private GifHeaderInfoGifImageParser. readHeader(java.io.InputStream is, FormatCompliance formatCompliance)private ImageDescriptorGifImageParser. readImageDescriptor(GifHeaderInfo ghi, int blockCode, java.io.InputStream is, boolean stopBeforeImageData, FormatCompliance formatCompliance) -
Uses of FormatCompliance in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff that return FormatCompliance Modifier and Type Method Description FormatComplianceTiffImageParser. getFormatCompliance(ByteSource byteSource)Methods in org.apache.commons.imaging.formats.tiff with parameters of type FormatCompliance Modifier and Type Method Description voidTiffReader. read(ByteSource byteSource, FormatCompliance formatCompliance, TiffReader.Listener listener)TiffContentsTiffReader. readContents(ByteSource byteSource, TiffImagingParameters params, FormatCompliance formatCompliance)TiffContentsTiffReader. readDirectories(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance)private voidTiffReader. readDirectories(ByteSource byteSource, FormatCompliance formatCompliance, TiffReader.Listener listener)private booleanTiffReader. readDirectory(ByteSource byteSource, long directoryOffset, int dirType, FormatCompliance formatCompliance, TiffReader.Listener listener, boolean ignoreNextDirectory, java.util.List<java.lang.Number> visited)private booleanTiffReader. readDirectory(ByteSource byteSource, long offset, int dirType, FormatCompliance formatCompliance, TiffReader.Listener listener, java.util.List<java.lang.Number> visited)TiffContentsTiffReader. readFirstDirectory(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance)
-