Uses of Class net.sourceforge.jiu.codecs.InvalidFileStructureException

Uses in package net.sourceforge.jiu.codecs.tiff

Methods which throw type net.sourceforge.jiu.codecs.InvalidFileStructureException

void
void
Decode data from input and write the decompressed pixel data to the image associated with this decoder.
void
Decode data from input and write the decompressed pixel data to the image associated with this decoder.
void
void
Decode data from input and write the decompressed pixel data to the image associated with this decoder.
void
int
void
void
void
void
int
TIFFDecoderModifiedHuffman.decodeRun(int[][][] codes, int minCodeSize)
int
void
void
Attempts to load an image from a file in the TIFF format.
void
TIFFImageFileDirectory
Reads a complete TIFF image file directory including all data that is pointed to using the offset components and returns it.
TIFFTag
Reads a TIFF tag and all data belonging to it and returns a TIFFTag object.
void
TIFFCodec.skipImageFileDirectories(int numDirectories)
Skips a given number of image file directories in this TIFF files.

Uses in package net.sourceforge.jiu.codecs.jpeg

Methods which throw type net.sourceforge.jiu.codecs.InvalidFileStructureException

void
JPEGMarkerReader.readHuffmanTables(DataInput in, JPEGData jpegData, int length)
void
JPEGCodec.readMarker(JPEGData jpegData, int marker, int length)
void
JPEGMarkerReader.readQuantizationTables(DataInput in, JPEGData jpegData, int length)
Read quantization tables from a DQT marker.
void
JPEGMarkerReader.readStartOfFrame(DataInput in, JPEGData jpegData, int marker, int length)
void
JPEGMarkerReader.readStartOfScan(DataInput in, JPEGData jpegData, int length)
Read an SOS (start of scan) marker.

Uses in package net.sourceforge.jiu.codecs

Methods which throw type net.sourceforge.jiu.codecs.InvalidFileStructureException

void
void
void
Attempts to load an image.
void
Loads an image from a PNM input stream.
void
Attempts to load an Image from argument stream in (which could, as an example, be a RandomAccessFile instance, it implements the DataInput interface).
PixelImage
ImageLoader.load(File file)
Attempts to load an image from a file.
PixelImage
ImageLoader.load(File file, Vector listeners)
Attempts to load an image from a file, notifying the argument progress listeners.
PixelImage
ImageLoader.load(String fileName)
Load an image from a file given by its name.
PixelImage
ImageLoader.load(String fileName, Vector listeners)
Attempts to load an image from the file with the given name, using the given list of progress listeners.
int
void
void
void
void
IFFCodec.loadBytes(DataInput in, byte[] data, int num, int y)
Loads data.length bytes from the input stream to the data array, regarding the compression type.
void
void
void
PalmCodec.loadHeader(DataInput in)
PixelImage
IFFCodec.loadImage(DataInput in)
Loads an image from given input stream in, regarding the compression type.
void
PalmCodec.loadImage(DataInput in)
void
void
PalmCodec.loadImageData(DataInput in)
void
PSDCodec.loadPackbitsCompressedData(byte[] data, int offset, int num)
void
PalmCodec.loadPalette(DataInput in)
String
PixelImage
void
Loads the first two characters (which are expected to be a capital P followed by a decimal digit between 1 and 6, inclusively) and skips following LF and CR characters.
void
void
void
Checks the parameter and loads an image.
void
IntegerImage
Palette
void
void
PNMCodec.setResolution(String line)