A B C E F G I J L M O R S T 

A

APP1_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
APP1_MARKER Reserved for application use
APP2_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
APP2_MARKER Reserved for application use
available() - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
Returns the number of remaining bytes that can be read (or skipped over) from this input stream.
available() - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking by the next caller of a method for this input stream.

B

buf - Variable in class fr.sertelon.media.io.ByteArrayImageInputStream
An array of bytes that was provided by the creator of the stream.
ByteArrayImageInputStream - Class in fr.sertelon.media.io
A ByteArrayImageInputStream contains an internal buffer that contains bytes that may be read from the stream.
ByteArrayImageInputStream(byte[]) - Constructor for class fr.sertelon.media.io.ByteArrayImageInputStream
 
ByteArrayImageInputStream(byte[], ByteOrder) - Constructor for class fr.sertelon.media.io.ByteArrayImageInputStream
 
ByteArrayImageInputStream(byte[], int, int, ByteOrder) - Constructor for class fr.sertelon.media.io.ByteArrayImageInputStream
 

C

canDecodeInput(Object) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReaderSpi
 
close() - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
Closing a ByteArrayInputStream has no effect.
close() - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
Closes this input stream and releases any system resources associated with the stream.
CMYKJPEGImageReader - Class in fr.sertelon.media.jpeg
Reads a JPEG image with colors in the CMYK color space.
CMYKJPEGImageReader(ImageReaderSpi) - Constructor for class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
CMYKJPEGImageReaderSpi - Class in fr.sertelon.media.jpeg
A reader for JPEG images in the CMYK color space.
CMYKJPEGImageReaderSpi() - Constructor for class fr.sertelon.media.jpeg.CMYKJPEGImageReaderSpi
 
CMYKReader - Class in fr.sertelon.media
This is a simple helper that wraps the call to ImageIO.read
CMYKReader() - Constructor for class fr.sertelon.media.CMYKReader
 
contextDestroyed(ServletContextEvent) - Method in class fr.sertelon.media.IIOProviderContextListener
 
contextInitialized(ServletContextEvent) - Method in class fr.sertelon.media.IIOProviderContextListener
 
count - Variable in class fr.sertelon.media.io.ByteArrayImageInputStream
The index one greater than the last valid character in the input stream buffer.
createReaderInstance(Object) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReaderSpi
 
createRGBAImageFromRGBA(Raster, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Creates a buffered image from a raster in the RGBA color space, converting the colors to RGB using the provided CMYK ICC_Profile.
createRGBImageFromCMYK(Raster, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Creates a buffered image from a raster in the CMYK color space, converting the colors to RGB using the provided CMYK ICC_Profile.
createRGBImageFromInvertedYCCK(Raster, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Creates a buffered image from a raster in the inverted YCCK color space, converting the colors to RGB using the provided CMYK ICC_Profile.
createRGBImageFromYCCK(Raster, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Creates a buffered image from a raster in the YCCK color space, converting the colors to RGB using the provided CMYK ICC_Profile.

E

EOI_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
End of image

F

fr.sertelon.media - package fr.sertelon.media
 
fr.sertelon.media.io - package fr.sertelon.media.io
 
fr.sertelon.media.jpeg - package fr.sertelon.media.jpeg
 

G

getDescription(Locale) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReaderSpi
 
getHeight(int) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
getImageMetadata(int) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
getImageTypes(int) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
getNextSegment() - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Gets the next segment from the input stream.
getNumImages(boolean) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
getSegment() - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Gets the current segment from the input stream.
getStreamMetadata() - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
getStreamPosition() - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
 
getStreamPosition() - Method in class fr.sertelon.media.jpeg.JFIFInputStream
 
getWidth(int) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 

I

IIOProviderContextListener - Class in fr.sertelon.media
Takes care of registering and de-registering local ImageIO plugins (service providers) for the servlet context.
IIOProviderContextListener() - Constructor for class fr.sertelon.media.IIOProviderContextListener
 
ImageInputStreamAdapter - Class in fr.sertelon.media.io
ImageInputStreamAdapter.
ImageInputStreamAdapter(ImageInputStream) - Constructor for class fr.sertelon.media.io.ImageInputStreamAdapter
 
isEntropyCoded() - Method in class fr.sertelon.media.jpeg.JFIFInputStream.Segment
 
isYCCKInversed() - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 

J

JFIFInputStream - Class in fr.sertelon.media.jpeg
JFIFInputStream.
JFIFInputStream(File) - Constructor for class fr.sertelon.media.jpeg.JFIFInputStream
 
JFIFInputStream(InputStream) - Constructor for class fr.sertelon.media.jpeg.JFIFInputStream
 
JFIFInputStream.Segment - Class in fr.sertelon.media.jpeg
Represents a segment within a JFIF File.
JFIFInputStream.Segment(int, long, int) - Constructor for class fr.sertelon.media.jpeg.JFIFInputStream.Segment
 
JPG0_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
Reserved for JPEG extensions
JPG1_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG2_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG3_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG4_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG5_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG6_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG7_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG8_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPG9_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPGA_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPGB_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPGC_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JPGD_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
JUNK_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
JUNK_MARKER Marker (for data which is not part of the JFIF stream.

L

length() - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
 
length - Variable in class fr.sertelon.media.jpeg.JFIFInputStream.Segment
If the marker starts a marker segment, holds the length of the data in the data segment.

M

mark(int) - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
Marks the current position in this input stream.
mark(int) - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Marks the current position in this input stream.
marker - Variable in class fr.sertelon.media.jpeg.JFIFInputStream.Segment
Holds the marker code.
markSupported() - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Tests if this input stream supports the mark and reset methods.

O

offset - Variable in class fr.sertelon.media.jpeg.JFIFInputStream.Segment
Holds the offset of the first data byte to the beginning of the stream.
onRegistration(ServiceRegistry, Class<?>) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReaderSpi
 

R

read(File) - Static method in class fr.sertelon.media.CMYKReader
 
read(ImageInputStream) - Static method in class fr.sertelon.media.CMYKReader
 
read(InputStream) - Static method in class fr.sertelon.media.CMYKReader
 
read() - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
Reads up to len bytes of data into an array of bytes from this input stream.
read() - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
Reads up to len bytes of data from this input stream into an array of bytes.
read(int, ImageReadParam) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
read(ImageInputStream, boolean) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
read() - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Reads up to len b of data from this input stream into an array of b.
readImageFromYUVorGray(ImageInputStream) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Reads a JPEG image from the provided InputStream.
readRGBAImageFromRGBA(InputStream, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Reads a RGBA JPEG image from the provided InputStream, converting the colors to RGBA using the provided RGBA ICC_Profile.
readRGBImageFromCMYK(InputStream, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Reads a CMYK JPEG image from the provided InputStream, converting the colors to RGB using the provided CMYK ICC_Profile.
readRGBImageFromInvertedYCCK(InputStream, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Reads an inverted-YCCK JPEG image from the provided InputStream, converting the colors to RGB using the provided CMYK ICC_Profile.
readRGBImageFromYCCK(InputStream, ICC_Profile) - Static method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
Reads a YCCK JPEG image from the provided InputStream, converting the colors to RGB using the provided CMYK ICC_Profile.
reset() - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
RST0_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
RST1_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
RST2_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
RST3_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
RST4_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
RST5_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
RST6_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
RST7_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 

S

seek(long) - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
 
setYCCKInversed(boolean) - Method in class fr.sertelon.media.jpeg.CMYKJPEGImageReader
 
skip(long) - Method in class fr.sertelon.media.io.ByteArrayImageInputStream
Skips n bytes of input from this input stream.
skip(long) - Method in class fr.sertelon.media.io.ImageInputStreamAdapter
skip(long) - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Skips over and discards n b of data from the input stream.
skipFully(long) - Method in class fr.sertelon.media.jpeg.JFIFInputStream
Fully skips the specified number of bytes.
SOF0_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
Start of frame markers
SOF1_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOF2_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOF3_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOF5_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOF6_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOF7_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOF9_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOFA_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOFB_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOFD_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOFE_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOFF_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
 
SOI_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
Start of image
SOS_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
Start of scan

T

TEM_MARKER - Static variable in class fr.sertelon.media.jpeg.JFIFInputStream
Temporary private use in arithmetic coding
toString() - Method in class fr.sertelon.media.jpeg.JFIFInputStream.Segment
 
A B C E F G I J L M O R S T 

Copyright © 2011-2014. All Rights Reserved.