Uses of Class
net.sourceforge.jiu.codecs.InvalidFileStructureException
Packages that use InvalidFileStructureException
Package
Description
-
Uses of InvalidFileStructureException in net.sourceforge.jiu.codecs
Methods in net.sourceforge.jiu.codecs that throw InvalidFileStructureExceptionModifier and TypeMethodDescriptionprivate voidPNGCodec.allocateImage()Allocates the right image to private fieldimage, taking into consideration the fields width, height, precision and colorType.private voidIFFCodec.checkAndLoad()private voidPNGCodec.inflateBytes(byte[] buffer, int numBytes) static PixelImageAttempts to load an image from a file.static PixelImageAttempts to load an image from a file, notifying the argument progress listeners.static PixelImageLoad an image from a file given by its name.static PixelImageAttempts to load an image from the file with the given name, using the given list of progress listeners.private voidPalmCodec.load()private voidPCDCodec.load()Attempts to load an image.private voidPNGCodec.load()private voidPNMCodec.load()Loads an image from a PNM input stream.private voidPSDCodec.load()Attempts to load an Image from argument streamin(which could, as an example, be aRandomAccessFileinstance, it implements theDataInputinterface).private intPNMCodec.loadAsciiNumber()private voidPNMCodec.loadBilevelImage()private voidPNMCodec.loadBilevelImageAscii()private voidPNMCodec.loadBilevelImageBinary()private voidLoads data.length bytes from the input stream to the data array, regarding the compression type.private voidPNGCodec.loadChunk()private voidPNMCodec.loadColorImage()private voidPNMCodec.loadGrayImage()private voidPalmCodec.loadHeader(DataInput in) private PixelImageLoads an image from given input stream in, regarding the compression type.private voidprivate voidPNGCodec.loadImage(long chunkSize) Load an image from the current position in the file.private voidPalmCodec.loadImageData(DataInput in) private voidPSDCodec.loadImageData()private voidPNGCodec.loadImageHeader()Reads data from an IHDR chunk and initializes private fields with it.private voidPNGCodec.loadImageInterlacedAdam7()private voidPNGCodec.loadImageNonInterlaced()private voidPSDCodec.loadPackbitsCompressedData(byte[] data, int offset, int num) private voidPalmCodec.loadPalette(DataInput in) private voidPNGCodec.loadPalette(long numEntries) private StringPNMCodec.loadTextLine()static PixelImageImageLoader.loadToolkitImageUri(String uri) private voidPNMCodec.loadType()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.voidIFFCodec.process()voidPalmCodec.process()voidPCDCodec.process()Checks the parameter and loads an image.voidPNGCodec.process()private intPNGCodec.readFilterType()private voidRASCodec.readHeader()private IntegerImageRASCodec.readImage()private PaletteRASCodec.readPalette()private voidPNMCodec.setMaximumSample(String line) private voidPNMCodec.setResolution(String line) -
Uses of InvalidFileStructureException in net.sourceforge.jiu.codecs.jpeg
Methods in net.sourceforge.jiu.codecs.jpeg that throw InvalidFileStructureExceptionModifier and TypeMethodDescriptionstatic voidJPEGMarkerReader.readHuffmanTables(DataInput in, JPEGData jpegData, int length) private voidJPEGCodec.readMarker(JPEGData jpegData, int marker, int length) static voidJPEGMarkerReader.readQuantizationTables(DataInput in, JPEGData jpegData, int length) Read quantization tables from a DQT marker.static voidJPEGMarkerReader.readStartOfFrame(DataInput in, JPEGData jpegData, int marker, int length) static voidJPEGMarkerReader.readStartOfScan(DataInput in, JPEGData jpegData, int length) Read an SOS (start of scan) marker. -
Uses of InvalidFileStructureException in net.sourceforge.jiu.codecs.tiff
Methods in net.sourceforge.jiu.codecs.tiff that throw InvalidFileStructureExceptionModifier and TypeMethodDescriptionprivate voidTIFFImageFileDirectory.checkContent()abstract voidTIFFDecoder.decode()Decode data from input and write the decompressed pixel data to the image associated with this decoder.voidTIFFDecoderDeflated.decode()voidTIFFDecoderLogLuv.decode()voidTIFFDecoderModifiedHuffman.decode()voidTIFFDecoderPackbits.decode()private intTIFFDecoderModifiedHuffman.decodeBlackRun()private voidTIFFDecoderLogLuv.decodeRow(byte[] row) private voidTIFFDecoderModifiedHuffman.decodeRow(byte[] row) private voidTIFFDecoderLogLuv.decodeRowPacked24(byte[] row) private voidTIFFDecoderLogLuv.decodeRowRLE(byte[] row) private intTIFFDecoderModifiedHuffman.decodeRun(int[][][] codes, int minCodeSize) private intTIFFDecoderModifiedHuffman.decodeWhiteRun()voidTIFFImageFileDirectory.initFromTags(boolean check) private voidTIFFCodec.load()Attempts to load an image from a file in the TIFF format.private voidTIFFCodec.load(TIFFImageFileDirectory ifd) private TIFFImageFileDirectoryTIFFCodec.readImageFileDirectory()Reads a complete TIFF image file directory including all data that is pointed to using the offset components and returns it.private TIFFTagTIFFCodec.readTag()Reads a TIFF tag and all data belonging to it and returns a TIFFTag object.private voidTIFFCodec.skipImageFileDirectories(int numDirectories) Skips a given number of image file directories in this TIFF files.