Uses of Class
org.apache.commons.imaging.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 booleanAbstractImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)Writes the ImageInfo and format-specific information for the image content of the specified byte source to a PrintWriterjava.lang.StringAbstractImageParser. dumpImageFile(ByteSource byteSource)Writes 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>AbstractImageParser. 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.BufferedImageAbstractImageParser. getBufferedImage(ByteSource byteSource, T 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)FormatComplianceAbstractImageParser. 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)abstract byte[]AbstractImageParser. getIccProfileBytes(ByteSource byteSource, T params)Gets 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)ImageInfoAbstractImageParser. getImageInfo(ByteSource byteSource)Gets image information from the specified ByteSource.abstract ImageInfoAbstractImageParser. getImageInfo(ByteSource byteSource, T params)Gets image information from the specified ByteSource.private static ImageInfoImaging. getImageInfo(ByteSource byteSource)abstract java.awt.DimensionAbstractImageParser. getImageSize(ByteSource byteSource, T params)Gets the size of the image described by the specified ByteSource.static java.awt.DimensionImaging. getImageSize(ByteSource byteSource)Determines the width and height of an image byte source.ImageMetadataAbstractImageParser. getMetadata(ByteSource byteSource)Gets image metadata from the specified byte source.abstract ImageMetadataAbstractImageParser. getMetadata(ByteSource byteSource, T params)Gets image metadata from the specified byte source.private static ImageMetadataImaging. getMetadata(ByteSource byteSource)static java.lang.StringImaging. getXmpXml(ByteSource byteSource)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.bytesource
Subclasses of ByteSource in org.apache.commons.imaging.bytesource Modifier and Type Class Description (package private) classInputStreamByteSourceMethods in org.apache.commons.imaging.bytesource that return ByteSource Modifier and Type Method Description static ByteSourceByteSource. array(byte[] array)static ByteSourceByteSource. array(byte[] array, java.lang.String name)static ByteSourceByteSource. file(java.io.File file)static ByteSourceByteSource. inputStream(java.io.InputStream is, java.lang.String name)static ByteSourceByteSource. path(java.nio.file.Path file)Methods in org.apache.commons.imaging.bytesource with parameters of type ByteSource Modifier and Type Method Description static java.io.InputStreamByteSource. getInputStream(ByteSource byteSource, long skip) -
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, XmpImagingParameters<E> params)Gets a string containing XML conforming to the Extensible Metadata Platform (XMP) standard for representing information about image content. -
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, BmpImagingParameters params)FormatComplianceBmpImageParser. getFormatCompliance(ByteSource byteSource)byte[]BmpImageParser. getIccProfileBytes(ByteSource byteSource, BmpImagingParameters params)ImageInfoBmpImageParser. getImageInfo(ByteSource byteSource, BmpImagingParameters params)java.awt.DimensionBmpImageParser. getImageSize(ByteSource byteSource, BmpImagingParameters params)ImageMetadataBmpImageParser. getMetadata(ByteSource byteSource, BmpImagingParameters 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, PcxImagingParameters params)byte[]DcxImageParser. getIccProfileBytes(ByteSource byteSource, PcxImagingParameters params)ImageInfoDcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)java.awt.DimensionDcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)ImageMetadataDcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters 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, GifImagingParameters params)FormatComplianceGifImageParser. getFormatCompliance(ByteSource byteSource)byte[]GifImageParser. getIccProfileBytes(ByteSource byteSource, GifImagingParameters params)ImageInfoGifImageParser. getImageInfo(ByteSource byteSource, GifImagingParameters params)java.awt.DimensionGifImageParser. getImageSize(ByteSource byteSource, GifImagingParameters params)ImageMetadataGifImageParser. getMetadata(ByteSource byteSource, GifImagingParameters params)java.lang.StringGifImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters<GifImagingParameters> 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, IcnsImagingParameters params)byte[]IcnsImageParser. getIccProfileBytes(ByteSource byteSource, IcnsImagingParameters params)ImageInfoIcnsImageParser. getImageInfo(ByteSource byteSource, IcnsImagingParameters params)java.awt.DimensionIcnsImageParser. getImageSize(ByteSource byteSource, IcnsImagingParameters params)ImageMetadataIcnsImageParser. getMetadata(ByteSource byteSource, IcnsImagingParameters 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, IcoImagingParameters params)byte[]IcoImageParser. getIccProfileBytes(ByteSource byteSource, IcoImagingParameters params)ImageInfoIcoImageParser. getImageInfo(ByteSource byteSource, IcoImagingParameters params)java.awt.DimensionIcoImageParser. getImageSize(ByteSource byteSource, IcoImagingParameters params)ImageMetadataIcoImageParser. getMetadata(ByteSource byteSource, IcoImagingParameters 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, JpegImagingParameters params)TiffImageMetadataJpegImageParser. getExifMetadata(ByteSource byteSource, TiffImagingParameters params)byte[]JpegImageParser. getExifRawData(ByteSource byteSource)byte[]JpegImageParser. getIccProfileBytes(ByteSource byteSource, JpegImagingParameters params)ImageInfoJpegImageParser. getImageInfo(ByteSource byteSource, JpegImagingParameters params)java.awt.DimensionJpegImageParser. getImageSize(ByteSource byteSource, JpegImagingParameters params)ImageMetadataJpegImageParser. getMetadata(ByteSource byteSource, JpegImagingParameters params)JpegPhotoshopMetadataJpegImageParser. getPhotoshopMetadata(ByteSource byteSource, JpegImagingParameters params)java.lang.StringJpegImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters<JpegImagingParameters> params)Extracts embedded XML metadata as XML string.booleanJpegImageParser. hasExifSegment(ByteSource byteSource)booleanJpegImageParser. hasIptcSegment(ByteSource byteSource)booleanJpegImageParser. hasXmpSegment(ByteSource byteSource)java.util.List<AbstractSegment>JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst)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, PcxImagingParameters params)byte[]PcxImageParser. getIccProfileBytes(ByteSource byteSource, PcxImagingParameters params)ImageInfoPcxImageParser. getImageInfo(ByteSource byteSource, PcxImagingParameters params)java.awt.DimensionPcxImageParser. getImageSize(ByteSource byteSource, PcxImagingParameters params)ImageMetadataPcxImageParser. getMetadata(ByteSource byteSource, PcxImagingParameters 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, PngImagingParameters params)TiffImageMetadataPngImageParser. getExifMetadata(ByteSource byteSource, TiffImagingParameters params)Gets TIFF image metadata for a byte source and TIFF parameters.byte[]PngImageParser. getExifRawData(ByteSource byteSource)Gets TIFF image metadata for a byte source.byte[]PngImageParser. getIccProfileBytes(ByteSource byteSource, PngImagingParameters params)ImageInfoPngImageParser. getImageInfo(ByteSource byteSource, PngImagingParameters params)java.awt.DimensionPngImageParser. getImageSize(ByteSource byteSource, PngImagingParameters params)ImageMetadataPngImageParser. getMetadata(ByteSource byteSource, PngImagingParameters params)java.lang.StringPngImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters<PngImagingParameters> 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, PnmImagingParameters params)byte[]PnmImageParser. getIccProfileBytes(ByteSource byteSource, PnmImagingParameters params)ImageInfoPnmImageParser. getImageInfo(ByteSource byteSource, PnmImagingParameters params)java.awt.DimensionPnmImageParser. getImageSize(ByteSource byteSource, PnmImagingParameters params)ImageMetadataPnmImageParser. getMetadata(ByteSource byteSource, PnmImagingParameters params)private AbstractFileInfoPnmImageParser. 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, PsdImagingParameters params)private byte[]PsdImageParser. getData(ByteSource byteSource, int section)byte[]PsdImageParser. getIccProfileBytes(ByteSource byteSource, PsdImagingParameters params)ImageInfoPsdImageParser. getImageInfo(ByteSource byteSource, PsdImagingParameters params)java.awt.DimensionPsdImageParser. getImageSize(ByteSource byteSource, PsdImagingParameters params)private java.io.InputStreamPsdImageParser. getInputStream(ByteSource byteSource, int section)ImageMetadataPsdImageParser. getMetadata(ByteSource byteSource, PsdImagingParameters params)java.lang.StringPsdImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters 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, RgbeImagingParameters params)byte[]RgbeImageParser. getIccProfileBytes(ByteSource byteSource, RgbeImagingParameters params)ImageInfoRgbeImageParser. getImageInfo(ByteSource byteSource, RgbeImagingParameters params)java.awt.DimensionRgbeImageParser. getImageSize(ByteSource byteSource, RgbeImagingParameters params)ImageMetadataRgbeImageParser. getMetadata(ByteSource byteSource, RgbeImagingParameters 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, TiffImagingParameters 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, TiffImagingParameters params)Gets a buffered image specified by the byte source.FormatComplianceTiffImageParser. getFormatCompliance(ByteSource byteSource)byte[]TiffImageParser. getIccProfileBytes(ByteSource byteSource, TiffImagingParameters params)ImageInfoTiffImageParser. getImageInfo(ByteSource byteSource, TiffImagingParameters params)java.awt.DimensionTiffImageParser. getImageSize(ByteSource byteSource, TiffImagingParameters params)private JpegImageDataTiffReader. getJpegRawImageData(ByteSource byteSource, TiffDirectory directory)ImageMetadataTiffImageParser. getMetadata(ByteSource byteSource, TiffImagingParameters params)private AbstractTiffImageDataTiffReader. getTiffRawImageData(ByteSource byteSource, TiffDirectory directory)java.lang.StringTiffImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters<TiffImagingParameters> params)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)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, WbmpImagingParameters params)byte[]WbmpImageParser. getIccProfileBytes(ByteSource byteSource, WbmpImagingParameters params)ImageInfoWbmpImageParser. getImageInfo(ByteSource byteSource, WbmpImagingParameters params)java.awt.DimensionWbmpImageParser. getImageSize(ByteSource byteSource, WbmpImagingParameters params)ImageMetadataWbmpImageParser. getMetadata(ByteSource byteSource, WbmpImagingParameters params)private WbmpImageParser.WbmpHeaderWbmpImageParser. readWbmpHeader(ByteSource byteSource) -
Uses of ByteSource in org.apache.commons.imaging.formats.webp
Methods in org.apache.commons.imaging.formats.webp with parameters of type ByteSource Modifier and Type Method Description booleanWebPImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)java.awt.image.BufferedImageWebPImageParser. getBufferedImage(ByteSource byteSource, WebPImagingParameters params)byte[]WebPImageParser. getIccProfileBytes(ByteSource byteSource, WebPImagingParameters params)ImageInfoWebPImageParser. getImageInfo(ByteSource byteSource, WebPImagingParameters params)java.awt.DimensionWebPImageParser. getImageSize(ByteSource byteSource, WebPImagingParameters params)WebPImageMetadataWebPImageParser. getMetadata(ByteSource byteSource, WebPImagingParameters params)java.lang.StringWebPImageParser. getXmpXml(ByteSource byteSource, XmpImagingParameters<WebPImagingParameters> params)Constructors in org.apache.commons.imaging.formats.webp with parameters of type ByteSource Constructor Description ChunksReader(ByteSource byteSource)ChunksReader(ByteSource byteSource, WebPChunkType... chunkTypes) -
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, XbmImagingParameters params)byte[]XbmImageParser. getIccProfileBytes(ByteSource byteSource, XbmImagingParameters params)ImageInfoXbmImageParser. getImageInfo(ByteSource byteSource, XbmImagingParameters params)java.awt.DimensionXbmImageParser. getImageSize(ByteSource byteSource, XbmImagingParameters params)ImageMetadataXbmImageParser. getMetadata(ByteSource byteSource, XbmImagingParameters 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, XpmImagingParameters params)byte[]XpmImageParser. getIccProfileBytes(ByteSource byteSource, XpmImagingParameters params)ImageInfoXpmImageParser. getImageInfo(ByteSource byteSource, XpmImagingParameters params)java.awt.DimensionXpmImageParser. getImageSize(ByteSource byteSource, XpmImagingParameters params)ImageMetadataXpmImageParser. getMetadata(ByteSource byteSource, XpmImagingParameters 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) -
Uses of ByteSource in org.apache.commons.imaging.internal
Methods in org.apache.commons.imaging.internal with parameters of type ByteSource Modifier and Type Method Description static <T extends ImagingParameters<T>>
AbstractImageParser<T>ImageParserFactory. getImageParser(ByteSource byteSource)
-