Uses of Class
org.apache.commons.imaging.common.bytesource.ByteSource
-
-
Uses of ByteSource in org.apache.commons.imaging
Methods in org.apache.commons.imaging with parameters of type ByteSource Modifier and Type Method Description booleanImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)Write the ImageInfo and format-specific information for the image content of the specified byte source to a PrintWriterjava.lang.StringImageParser. dumpImageFile(ByteSource byteSource)Write the ImageInfo and format-specific information for the image content of the specified byte source to a string.private static java.lang.StringImaging. dumpImageFile(ByteSource byteSource)java.util.List<java.awt.image.BufferedImage>ImageParser. getAllBufferedImages(ByteSource byteSource)Gets all images specified by the byte source (some formats may include multiple images within a single data source).private static java.util.List<java.awt.image.BufferedImage>Imaging. getAllBufferedImages(ByteSource byteSource)abstract java.awt.image.BufferedImageImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Gets a buffered image specified by the byte source (for sources that specify multiple images, choice of which image is returned is implementation dependent).private static java.awt.image.BufferedImageImaging. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)FormatComplianceImageParser. getFormatCompliance(ByteSource byteSource)Determines the format compliance of the content of the supplied byte source based on rules provided by a specific implementation.private static FormatComplianceImaging. getFormatCompliance(ByteSource byteSource)protected static java.awt.color.ICC_ProfileImaging. getICCProfile(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)abstract byte[]ImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Get an array of bytes describing the International Color Consortium (ICC) specification for the color space of the image contained in the input byteSource.private static byte[]Imaging. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoImageParser. getImageInfo(ByteSource byteSource)Get image information from the specified ByteSource.abstract ImageInfoImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Get image information from the specified ByteSource.private static ImageInfoImaging. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private static ImageParserImaging. getImageParser(ByteSource byteSource)abstract java.awt.DimensionImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Get the size of the image described by the specified ByteSource.static java.awt.DimensionImaging. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataImageParser. getMetadata(ByteSource byteSource)Get image metadata from the specified byte source.abstract ImageMetadataImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Get image metadata from the specified byte source.private static ImageMetadataImaging. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)static java.lang.StringImaging. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Extracts the embedded XML metadata as an XML string.static ImageFormatImaging. guessFormat(ByteSource byteSource)Attempts to determine the image format of a file based on its "magic numbers," the first bytes of the data. -
Uses of ByteSource in org.apache.commons.imaging.common
Methods in org.apache.commons.imaging.common with parameters of type ByteSource Modifier and Type Method Description java.lang.StringXmpEmbeddable. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Get a string containing XML-formatted text conforming to the Extensible Metadata Platform (EXP) standard for representing information about image content. -
Uses of ByteSource in org.apache.commons.imaging.common.bytesource
Subclasses of ByteSource in org.apache.commons.imaging.common.bytesource Modifier and Type Class Description classByteSourceArrayclassByteSourceFileclassByteSourceInputStream -
Uses of ByteSource in org.apache.commons.imaging.formats.bmp
Methods in org.apache.commons.imaging.formats.bmp with parameters of type ByteSource Modifier and Type Method Description booleanBmpImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImageBmpImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)FormatComplianceBmpImageParser. getFormatCompliance(ByteSource byteSource)byte[]BmpImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoBmpImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionBmpImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataBmpImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private BmpHeaderInfoBmpImageParser. readBmpHeaderInfo(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.dcx
Methods in org.apache.commons.imaging.formats.dcx with parameters of type ByteSource Modifier and Type Method Description booleanDcxImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.util.List<java.awt.image.BufferedImage>DcxImageParser. getAllBufferedImages(ByteSource byteSource)java.awt.image.BufferedImageDcxImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]DcxImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoDcxImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionDcxImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataDcxImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private DcxImageParser.DcxHeaderDcxImageParser. readDcxHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.gif
Methods in org.apache.commons.imaging.formats.gif with parameters of type ByteSource Modifier and Type Method Description booleanGifImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.util.List<java.awt.image.BufferedImage>GifImageParser. getAllBufferedImages(ByteSource byteSource)java.awt.image.BufferedImageGifImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)FormatComplianceGifImageParser. getFormatCompliance(ByteSource byteSource)byte[]GifImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoGifImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionGifImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataGifImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.lang.StringGifImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Extracts embedded XML metadata as XML string.private GifImageContentsGifImageParser. readFile(ByteSource byteSource, boolean stopBeforeImageData)private GifImageContentsGifImageParser. readFile(ByteSource byteSource, boolean stopBeforeImageData, FormatCompliance formatCompliance) -
Uses of ByteSource in org.apache.commons.imaging.formats.icns
Methods in org.apache.commons.imaging.formats.icns with parameters of type ByteSource Modifier and Type Method Description booleanIcnsImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.util.List<java.awt.image.BufferedImage>IcnsImageParser. getAllBufferedImages(ByteSource byteSource)java.awt.image.BufferedImageIcnsImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]IcnsImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoIcnsImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionIcnsImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataIcnsImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private IcnsImageParser.IcnsContentsIcnsImageParser. readImage(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.ico
Methods in org.apache.commons.imaging.formats.ico with parameters of type ByteSource Modifier and Type Method Description booleanIcoImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.util.List<java.awt.image.BufferedImage>IcoImageParser. getAllBufferedImages(ByteSource byteSource)java.awt.image.BufferedImageIcoImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]IcoImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoIcoImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionIcoImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataIcoImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private IcoImageParser.ImageContentsIcoImageParser. readImage(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg with parameters of type ByteSource Modifier and Type Method Description booleanJpegImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)voidJpegUtils. dumpJFIF(ByteSource byteSource)java.awt.image.BufferedImageJpegImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)TiffImageMetadataJpegImageParser. getExifMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]JpegImageParser. getExifRawData(ByteSource byteSource)byte[]JpegImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoJpegImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionJpegImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataJpegImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)JpegPhotoshopMetadataJpegImageParser. getPhotoshopMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.lang.StringJpegImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Extracts embedded XML metadata as XML string.booleanJpegImageParser. hasExifSegment(ByteSource byteSource)booleanJpegImageParser. hasIptcSegment(ByteSource byteSource)booleanJpegImageParser. hasXmpSegment(ByteSource byteSource)java.util.List<Segment>JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst)java.util.List<Segment>JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst, boolean readEverything)voidJpegUtils. traverseJFIF(ByteSource byteSource, JpegUtils.Visitor visitor) -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.decoder
Methods in org.apache.commons.imaging.formats.jpeg.decoder with parameters of type ByteSource Modifier and Type Method Description java.awt.image.BufferedImageJpegDecoder. decode(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.exif
Methods in org.apache.commons.imaging.formats.jpeg.exif with parameters of type ByteSource Modifier and Type Method Description private ExifRewriter.JFIFPiecesExifRewriter. analyzeJFIF(ByteSource byteSource)voidExifRewriter. removeExifMetadata(ByteSource byteSource, java.io.OutputStream os)Reads a Jpeg image, removes all EXIF metadata (by removing the APP1 segment), and writes the result to a stream.voidExifRewriter. updateExifMetadataLossless(ByteSource byteSource, java.io.OutputStream os, TiffOutputSet outputSet)Reads a Jpeg image, replaces the EXIF metadata and writes the result to a stream.voidExifRewriter. updateExifMetadataLossy(ByteSource byteSource, java.io.OutputStream os, TiffOutputSet outputSet)Reads a Jpeg image, replaces the EXIF metadata and writes the result to a stream. -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.iptc
Methods in org.apache.commons.imaging.formats.jpeg.iptc with parameters of type ByteSource Modifier and Type Method Description voidJpegIptcRewriter. removeIPTC(ByteSource byteSource, java.io.OutputStream os)Reads a Jpeg image, removes all IPTC data from the App13 segment but leaves the other data in that segment (if present) unchanged and writes the result to a stream.voidJpegIptcRewriter. removeIPTC(ByteSource byteSource, java.io.OutputStream os, boolean removeSegment)Reads a Jpeg image, removes all IPTC data from the App13 segment but leaves the other data in that segment (if present) unchanged (unless removeSegment is true) and writes the result to a stream.voidJpegIptcRewriter. writeIPTC(ByteSource byteSource, java.io.OutputStream os, PhotoshopApp13Data newData)Reads a Jpeg image, replaces the IPTC data in the App13 segment but leaves the other data in that segment (if present) unchanged and writes the result to a stream. -
Uses of ByteSource in org.apache.commons.imaging.formats.jpeg.xmp
Methods in org.apache.commons.imaging.formats.jpeg.xmp with parameters of type ByteSource Modifier and Type Method Description protected JpegRewriter.JFIFPiecesJpegRewriter. analyzeJFIF(ByteSource byteSource)voidJpegXmpRewriter. removeXmpXml(ByteSource byteSource, java.io.OutputStream os)Reads a Jpeg image, removes all XMP XML (by removing the APP1 segment), and writes the result to a stream.voidJpegXmpRewriter. updateXmpXml(ByteSource byteSource, java.io.OutputStream os, java.lang.String xmpXml)Reads a Jpeg image, replaces the XMP XML and writes the result to a stream. -
Uses of ByteSource in org.apache.commons.imaging.formats.pcx
Methods in org.apache.commons.imaging.formats.pcx with parameters of type ByteSource Modifier and Type Method Description booleanPcxImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImagePcxImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]PcxImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoPcxImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionPcxImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataPcxImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private int[]PcxImageParser. read256ColorPaletteFromEndOfFile(ByteSource byteSource)private java.awt.image.BufferedImagePcxImageParser. readImage(PcxImageParser.PcxHeader pcxHeader, java.io.InputStream is, ByteSource byteSource)private PcxImageParser.PcxHeaderPcxImageParser. readPcxHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.png
Methods in org.apache.commons.imaging.formats.png with parameters of type ByteSource Modifier and Type Method Description booleanPngImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImagePngImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]PngImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoPngImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionPngImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataPngImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.lang.StringPngImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)booleanPngImageParser. hasChunkType(ByteSource byteSource, ChunkType chunkType)private java.util.List<PngChunk>PngImageParser. readChunks(ByteSource byteSource, ChunkType[] chunkTypes, boolean returnAfterFirst) -
Uses of ByteSource in org.apache.commons.imaging.formats.pnm
Methods in org.apache.commons.imaging.formats.pnm with parameters of type ByteSource Modifier and Type Method Description booleanPnmImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImagePnmImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]PnmImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoPnmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionPnmImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataPnmImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private FileInfoPnmImageParser. readHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.psd
Methods in org.apache.commons.imaging.formats.psd with parameters of type ByteSource Modifier and Type Method Description booleanPsdImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImagePsdImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private byte[]PsdImageParser. getData(ByteSource byteSource, int section)byte[]PsdImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoPsdImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionPsdImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private java.io.InputStreamPsdImageParser. getInputStream(ByteSource byteSource, int section)ImageMetadataPsdImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.lang.StringPsdImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Extracts embedded XML metadata as XML string.private PsdHeaderInfoPsdImageParser. readHeader(ByteSource byteSource)private PsdImageContentsPsdImageParser. readImageContents(ByteSource byteSource)private java.util.List<ImageResourceBlock>PsdImageParser. readImageResourceBlocks(ByteSource byteSource, int[] imageResourceIDs, int maxBlocksToRead) -
Uses of ByteSource in org.apache.commons.imaging.formats.rgbe
Methods in org.apache.commons.imaging.formats.rgbe with parameters of type ByteSource Modifier and Type Method Description java.awt.image.BufferedImageRgbeImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]RgbeImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoRgbeImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionRgbeImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataRgbeImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Constructors in org.apache.commons.imaging.formats.rgbe with parameters of type ByteSource Constructor Description RgbeInfo(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.tiff
Methods in org.apache.commons.imaging.formats.tiff with parameters of type ByteSource Modifier and Type Method Description java.util.List<byte[]>TiffImageParser. collectRawImageData(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)booleanTiffImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.util.List<java.awt.image.BufferedImage>TiffImageParser. getAllBufferedImages(ByteSource byteSource)java.awt.image.BufferedImageTiffImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)Gets a buffered image specified by the byte source.FormatComplianceTiffImageParser. getFormatCompliance(ByteSource byteSource)byte[]TiffImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoTiffImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionTiffImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private JpegImageDataTiffReader. getJpegRawImageData(ByteSource byteSource, TiffDirectory directory)ImageMetadataTiffImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private TiffImageDataTiffReader. getTiffRawImageData(ByteSource byteSource, TiffDirectory directory)java.lang.StringTiffImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)voidTiffReader. read(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params, FormatCompliance formatCompliance, TiffReader.Listener listener)TiffContentsTiffReader. readContents(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> 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, java.util.Map<java.lang.String,java.lang.Object> params, boolean readImageData, FormatCompliance formatCompliance)private TiffHeaderTiffReader. readTiffHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.wbmp
Methods in org.apache.commons.imaging.formats.wbmp with parameters of type ByteSource Modifier and Type Method Description booleanWbmpImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImageWbmpImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]WbmpImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoWbmpImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionWbmpImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataWbmpImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private WbmpImageParser.WbmpHeaderWbmpImageParser. readWbmpHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.xbm
Methods in org.apache.commons.imaging.formats.xbm with parameters of type ByteSource Modifier and Type Method Description booleanXbmImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImageXbmImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]XbmImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoXbmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionXbmImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataXbmImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private XbmImageParser.XbmParseResultXbmImageParser. parseXbmHeader(ByteSource byteSource)private XbmImageParser.XbmHeaderXbmImageParser. readXbmHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.xpm
Methods in org.apache.commons.imaging.formats.xpm with parameters of type ByteSource Modifier and Type Method Description booleanXpmImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImageXpmImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)byte[]XpmImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageInfoXpmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)java.awt.DimensionXpmImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)ImageMetadataXpmImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)private XpmImageParser.XpmParseResultXpmImageParser. parseXpmHeader(ByteSource byteSource)private XpmImageParser.XpmHeaderXpmImageParser. readXpmHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.icc
Methods in org.apache.commons.imaging.icc with parameters of type ByteSource Modifier and Type Method Description IccProfileInfoIccProfileParser. getICCProfileInfo(ByteSource byteSource)booleanIccProfileParser. issRGB(ByteSource byteSource)
-