B C E F G I L N P R S T W

R

read(InfoHeader, LittleEndianInputStream) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads the BMP data from the given InputStream using the information contained in the InfoHeader.
read(InfoHeader, LittleEndianInputStream, ColorEntry[]) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads the BMP data from the given InputStream using the information contained in the InfoHeader.
read(File) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source file.
read(InputStream) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source input.
read(File) - Static method in class net.sf.image4j.codec.ico.ICODecoder
Reads and decodes the given ICO file.
read(InputStream) - Static method in class net.sf.image4j.codec.ico.ICODecoder
Reads and decodes ICO data from the given source.
read1(InfoHeader, LittleEndianInputStream, ColorEntry[]) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads 1-bit uncompressed bitmap raster data, which may be monochrome depending on the palette entries in colorTable.
read24(InfoHeader, LittleEndianInputStream) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads 24-bit uncompressed bitmap raster data.
read32(InfoHeader, LittleEndianInputStream) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads 32-bit uncompressed bitmap raster data, with transparency.
read4(InfoHeader, LittleEndianInputStream, ColorEntry[]) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads 4-bit uncompressed bitmap raster data, which is interpreted based on the colours specified in the palette.
read8(InfoHeader, LittleEndianInputStream, ColorEntry[]) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads 8-bit uncompressed bitmap raster data, which is interpreted based on the colours specified in the palette.
readColorTable(InfoHeader, LittleEndianInputStream) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads the ColorEntry table from the given InputStream using the information contained in the given infoHeader.
readDoubleLE() - Method in class net.sf.image4j.io.LittleEndianInputStream
Reads a little-endian double value.
readDoubleLE() - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
 
readExt(File) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source file, together with metadata.
readExt(InputStream) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads and decodes BMP data from the source input, together with metadata.
readExt(File) - Static method in class net.sf.image4j.codec.ico.ICODecoder
Reads and decodes the given ICO file, together with all metadata.
readExt(InputStream) - Static method in class net.sf.image4j.codec.ico.ICODecoder
Reads and decodes ICO data from the given source, together with all metadata.
readFloatLE() - Method in class net.sf.image4j.io.LittleEndianInputStream
Reads a little-endian float value.
readFloatLE() - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
 
readInfoHeader(LittleEndianInputStream) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
Reads the BMP info header structure from the given InputStream.
readInfoHeader(LittleEndianInputStream, int) - Static method in class net.sf.image4j.codec.bmp.BMPDecoder
 
readIntLE() - Method in class net.sf.image4j.io.LittleEndianInputStream
Reads a little-endian int value.
readIntLE() - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
 
readLongLE() - Method in class net.sf.image4j.io.LittleEndianInputStream
Reads a little-endian long value.
readLongLE() - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
 
readShortLE() - Method in class net.sf.image4j.io.LittleEndianInputStream
Reads a little-endian short value
readShortLE() - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
 
readUnsignedInt() - Method in class net.sf.image4j.io.LittleEndianInputStream
 
readUnsignedIntLE() - Method in class net.sf.image4j.io.LittleEndianInputStream
 

B C E F G I L N P R S T W