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 boolean
ImageParser. 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.String
ImageParser. 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.String
Imaging. 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.BufferedImage
ImageParser. 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.BufferedImage
Imaging. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
FormatCompliance
ImageParser. 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 FormatCompliance
Imaging. getFormatCompliance(ByteSource byteSource)
protected static java.awt.color.ICC_Profile
Imaging. 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)
ImageInfo
ImageParser. getImageInfo(ByteSource byteSource)
Get image information from the specified ByteSource.abstract ImageInfo
ImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
Get image information from the specified ByteSource.private static ImageInfo
Imaging. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private static ImageParser
Imaging. getImageParser(ByteSource byteSource)
abstract java.awt.Dimension
ImageParser. 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.Dimension
Imaging. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
ImageParser. getMetadata(ByteSource byteSource)
Get image metadata from the specified byte source.abstract ImageMetadata
ImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
Get image metadata from the specified byte source.private static ImageMetadata
Imaging. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
static java.lang.String
Imaging. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
Extracts the embedded XML metadata as an XML string.static ImageFormat
Imaging. 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.String
XmpEmbeddable. 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 class
ByteSourceArray
class
ByteSourceFile
class
ByteSourceInputStream
-
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 boolean
BmpImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
BmpImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
FormatCompliance
BmpImageParser. getFormatCompliance(ByteSource byteSource)
byte[]
BmpImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageInfo
BmpImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
BmpImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
BmpImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private BmpHeaderInfo
BmpImageParser. 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 boolean
DcxImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.util.List<java.awt.image.BufferedImage>
DcxImageParser. getAllBufferedImages(ByteSource byteSource)
java.awt.image.BufferedImage
DcxImageParser. 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)
ImageInfo
DcxImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
DcxImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
DcxImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private DcxImageParser.DcxHeader
DcxImageParser. 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 boolean
GifImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.util.List<java.awt.image.BufferedImage>
GifImageParser. getAllBufferedImages(ByteSource byteSource)
java.awt.image.BufferedImage
GifImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
FormatCompliance
GifImageParser. getFormatCompliance(ByteSource byteSource)
byte[]
GifImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageInfo
GifImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
GifImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
GifImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.lang.String
GifImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
Extracts embedded XML metadata as XML string.private GifImageContents
GifImageParser. readFile(ByteSource byteSource, boolean stopBeforeImageData)
private GifImageContents
GifImageParser. 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 boolean
IcnsImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.util.List<java.awt.image.BufferedImage>
IcnsImageParser. getAllBufferedImages(ByteSource byteSource)
java.awt.image.BufferedImage
IcnsImageParser. 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)
ImageInfo
IcnsImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
IcnsImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
IcnsImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private IcnsImageParser.IcnsContents
IcnsImageParser. 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 boolean
IcoImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.util.List<java.awt.image.BufferedImage>
IcoImageParser. getAllBufferedImages(ByteSource byteSource)
java.awt.image.BufferedImage
IcoImageParser. 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)
ImageInfo
IcoImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
IcoImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
IcoImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private IcoImageParser.ImageContents
IcoImageParser. 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 boolean
JpegImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
void
JpegUtils. dumpJFIF(ByteSource byteSource)
java.awt.image.BufferedImage
JpegImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
TiffImageMetadata
JpegImageParser. 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)
ImageInfo
JpegImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
JpegImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
JpegImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
JpegPhotoshopMetadata
JpegImageParser. getPhotoshopMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.lang.String
JpegImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
Extracts embedded XML metadata as XML string.boolean
JpegImageParser. hasExifSegment(ByteSource byteSource)
boolean
JpegImageParser. hasIptcSegment(ByteSource byteSource)
boolean
JpegImageParser. 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)
void
JpegUtils. 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.BufferedImage
JpegDecoder. 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.JFIFPieces
ExifRewriter. analyzeJFIF(ByteSource byteSource)
void
ExifRewriter. 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.void
ExifRewriter. updateExifMetadataLossless(ByteSource byteSource, java.io.OutputStream os, TiffOutputSet outputSet)
Reads a Jpeg image, replaces the EXIF metadata and writes the result to a stream.void
ExifRewriter. 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 void
JpegIptcRewriter. 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.void
JpegIptcRewriter. 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.void
JpegIptcRewriter. 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.JFIFPieces
JpegRewriter. analyzeJFIF(ByteSource byteSource)
void
JpegXmpRewriter. 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.void
JpegXmpRewriter. 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 boolean
PcxImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
PcxImageParser. 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)
ImageInfo
PcxImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
PcxImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
PcxImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private int[]
PcxImageParser. read256ColorPaletteFromEndOfFile(ByteSource byteSource)
private java.awt.image.BufferedImage
PcxImageParser. readImage(PcxImageParser.PcxHeader pcxHeader, java.io.InputStream is, ByteSource byteSource)
private PcxImageParser.PcxHeader
PcxImageParser. 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 boolean
PngImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
PngImageParser. 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)
ImageInfo
PngImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
PngImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
PngImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.lang.String
PngImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
boolean
PngImageParser. 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 boolean
PnmImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
PnmImageParser. 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)
ImageInfo
PnmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
PnmImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
PnmImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private FileInfo
PnmImageParser. 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 boolean
PsdImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
PsdImageParser. 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)
ImageInfo
PsdImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
PsdImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private java.io.InputStream
PsdImageParser. getInputStream(ByteSource byteSource, int section)
ImageMetadata
PsdImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.lang.String
PsdImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
Extracts embedded XML metadata as XML string.private PsdHeaderInfo
PsdImageParser. readHeader(ByteSource byteSource)
private PsdImageContents
PsdImageParser. 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.BufferedImage
RgbeImageParser. 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)
ImageInfo
RgbeImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
RgbeImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
RgbeImageParser. 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)
boolean
TiffImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.util.List<java.awt.image.BufferedImage>
TiffImageParser. getAllBufferedImages(ByteSource byteSource)
java.awt.image.BufferedImage
TiffImageParser. getBufferedImage(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
Gets a buffered image specified by the byte source.FormatCompliance
TiffImageParser. getFormatCompliance(ByteSource byteSource)
byte[]
TiffImageParser. getICCProfileBytes(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageInfo
TiffImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
TiffImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private JpegImageData
TiffReader. getJpegRawImageData(ByteSource byteSource, TiffDirectory directory)
ImageMetadata
TiffImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private TiffImageData
TiffReader. getTiffRawImageData(ByteSource byteSource, TiffDirectory directory)
java.lang.String
TiffImageParser. getXmpXml(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
void
TiffReader. read(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params, FormatCompliance formatCompliance, TiffReader.Listener listener)
TiffContents
TiffReader. readContents(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params, FormatCompliance formatCompliance)
TiffContents
TiffReader. readDirectories(ByteSource byteSource, boolean readImageData, FormatCompliance formatCompliance)
private void
TiffReader. readDirectories(ByteSource byteSource, FormatCompliance formatCompliance, TiffReader.Listener listener)
private boolean
TiffReader. readDirectory(ByteSource byteSource, long directoryOffset, int dirType, FormatCompliance formatCompliance, TiffReader.Listener listener, boolean ignoreNextDirectory, java.util.List<java.lang.Number> visited)
private boolean
TiffReader. readDirectory(ByteSource byteSource, long offset, int dirType, FormatCompliance formatCompliance, TiffReader.Listener listener, java.util.List<java.lang.Number> visited)
TiffContents
TiffReader. readFirstDirectory(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params, boolean readImageData, FormatCompliance formatCompliance)
private TiffHeader
TiffReader. 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 boolean
WbmpImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
WbmpImageParser. 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)
ImageInfo
WbmpImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
WbmpImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
WbmpImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private WbmpImageParser.WbmpHeader
WbmpImageParser. 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 boolean
XbmImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
XbmImageParser. 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)
ImageInfo
XbmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
XbmImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
XbmImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private XbmImageParser.XbmParseResult
XbmImageParser. parseXbmHeader(ByteSource byteSource)
private XbmImageParser.XbmHeader
XbmImageParser. 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 boolean
XpmImageParser. dumpImageFile(java.io.PrintWriter pw, ByteSource byteSource)
java.awt.image.BufferedImage
XpmImageParser. 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)
ImageInfo
XpmImageParser. getImageInfo(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
java.awt.Dimension
XpmImageParser. getImageSize(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
ImageMetadata
XpmImageParser. getMetadata(ByteSource byteSource, java.util.Map<java.lang.String,java.lang.Object> params)
private XpmImageParser.XpmParseResult
XpmImageParser. parseXpmHeader(ByteSource byteSource)
private XpmImageParser.XpmHeader
XpmImageParser. 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 IccProfileInfo
IccProfileParser. getICCProfileInfo(ByteSource byteSource)
boolean
IccProfileParser. issRGB(ByteSource byteSource)
-