pixelmed
Classes | Public Member Functions | List of all members
com.pixelmed.imageio.JPEGLosslessImageReader Class Reference
Inheritance diagram for com.pixelmed.imageio.JPEGLosslessImageReader:
Inheritance graph
[legend]
Collaboration diagram for com.pixelmed.imageio.JPEGLosslessImageReader:
Collaboration graph
[legend]

Public Member Functions

 JPEGLosslessImageReader (ImageReaderSpi originatingProvider)
 
void reset ()
 
void setInput (Object input, boolean isStreamable, boolean ignoreMetadata)
 
int getNumImages (boolean allowSearch) throws IIOException
 
int getWidth (int imageIndex) throws IIOException
 
int getHeight (int imageIndex) throws IIOException
 
Iterator< ImageTypeSpecifier > getImageTypes (int imageIndex) throws IIOException
 
void readEverything () throws IIOException
 
BufferedImage read (int imageIndex, ImageReadParam param) throws IOException
 
IIOMetadata getStreamMetadata () throws IIOException
 
IIOMetadata getImageMetadata (int imageIndex) throws IIOException
 
void readMetadata () throws IIOException
 

Detailed Description

Definition at line 43 of file JPEGLosslessImageReader.java.

Constructor & Destructor Documentation

◆ JPEGLosslessImageReader()

com.pixelmed.imageio.JPEGLosslessImageReader.JPEGLosslessImageReader ( ImageReaderSpi  originatingProvider)

Definition at line 57 of file JPEGLosslessImageReader.java.

Member Function Documentation

◆ getHeight()

int com.pixelmed.imageio.JPEGLosslessImageReader.getHeight ( int  imageIndex) throws IIOException

Definition at line 104 of file JPEGLosslessImageReader.java.

References com.pixelmed.imageio.JPEGLosslessImageReader.readEverything().

Here is the call graph for this function:

◆ getImageMetadata()

IIOMetadata com.pixelmed.imageio.JPEGLosslessImageReader.getImageMetadata ( int  imageIndex) throws IIOException

Definition at line 309 of file JPEGLosslessImageReader.java.

References com.pixelmed.imageio.JPEGLosslessImageReader.readMetadata().

Here is the call graph for this function:

◆ getImageTypes()

Iterator<ImageTypeSpecifier> com.pixelmed.imageio.JPEGLosslessImageReader.getImageTypes ( int  imageIndex) throws IIOException

◆ getNumImages()

int com.pixelmed.imageio.JPEGLosslessImageReader.getNumImages ( boolean  allowSearch) throws IIOException

Definition at line 87 of file JPEGLosslessImageReader.java.

◆ getStreamMetadata()

IIOMetadata com.pixelmed.imageio.JPEGLosslessImageReader.getStreamMetadata ( ) throws IIOException

Definition at line 305 of file JPEGLosslessImageReader.java.

◆ getWidth()

int com.pixelmed.imageio.JPEGLosslessImageReader.getWidth ( int  imageIndex) throws IIOException

Definition at line 98 of file JPEGLosslessImageReader.java.

References com.pixelmed.imageio.JPEGLosslessImageReader.readEverything().

Here is the call graph for this function:

◆ read()

BufferedImage com.pixelmed.imageio.JPEGLosslessImageReader.read ( int  imageIndex,
ImageReadParam  param 
) throws IOException

◆ readEverything()

void com.pixelmed.imageio.JPEGLosslessImageReader.readEverything ( ) throws IIOException

◆ readMetadata()

void com.pixelmed.imageio.JPEGLosslessImageReader.readMetadata ( ) throws IIOException

Definition at line 317 of file JPEGLosslessImageReader.java.

References com.pixelmed.imageio.JPEGLosslessImageReader.readEverything().

Referenced by com.pixelmed.imageio.JPEGLosslessImageReader.getImageMetadata().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ reset()

void com.pixelmed.imageio.JPEGLosslessImageReader.reset ( )

Definition at line 61 of file JPEGLosslessImageReader.java.

Referenced by com.pixelmed.imageio.JPEGLosslessImageReader.getImageTypes().

Here is the caller graph for this function:

◆ setInput()

void com.pixelmed.imageio.JPEGLosslessImageReader.setInput ( Object  input,
boolean  isStreamable,
boolean  ignoreMetadata 
)

Definition at line 69 of file JPEGLosslessImageReader.java.