- bBlue - Variable in class net.sf.image4j.codec.bmp.ColorEntry
-
The blue component, which should be in the range 0..255.
- bColorCount - Variable in class net.sf.image4j.codec.ico.IconEntry
-
The number of colours, calculated from
sBitCount
.
- bGreen - Variable in class net.sf.image4j.codec.bmp.ColorEntry
-
The green component, which should be in the range 0..255.
- bHeight - Variable in class net.sf.image4j.codec.ico.IconEntry
-
The height of the icon image in pixels.
- BI_BITFIELDS - Static variable in class net.sf.image4j.codec.bmp.BMPConstants
-
Specifies 16-bit or 32-bit "bit field" compression.
- BI_JPEG - Static variable in class net.sf.image4j.codec.bmp.BMPConstants
-
Specifies JPEG compression.
- BI_PNG - Static variable in class net.sf.image4j.codec.bmp.BMPConstants
-
Specifies PNG compression.
- BI_RGB - Static variable in class net.sf.image4j.codec.bmp.BMPConstants
-
Specifies no compression.
- BI_RLE4 - Static variable in class net.sf.image4j.codec.bmp.BMPConstants
-
Specifies 4-bit RLE compression.
- BI_RLE8 - Static variable in class net.sf.image4j.codec.bmp.BMPConstants
-
Specifies 8-bit RLE compression.
- BMPConstants - Class in net.sf.image4j.codec.bmp
-
Provides constants used with BMP format.
- BMPDecoder - Class in net.sf.image4j.codec.bmp
-
Decodes images in BMP format.
- BMPDecoder(InputStream) - Constructor for class net.sf.image4j.codec.bmp.BMPDecoder
-
Creates a new instance of BMPDecoder and reads the BMP data from the source.
- BMPEncoder - Class in net.sf.image4j.codec.bmp
-
Encodes images in BMP format.
- BMPImage - Class in net.sf.image4j.codec.bmp
-
Contains a decoded BMP image, as well as information about the source encoded image.
- BMPImage(BufferedImage, InfoHeader) - Constructor for class net.sf.image4j.codec.bmp.BMPImage
-
Creates a new instance of BMPImage
- bRed - Variable in class net.sf.image4j.codec.bmp.ColorEntry
-
The red component, which should be in the range 0..255.
- bReserved - Variable in class net.sf.image4j.codec.bmp.ColorEntry
-
Unused.
- bReserved - Variable in class net.sf.image4j.codec.ico.IconEntry
-
Unused.
- bWidth - Variable in class net.sf.image4j.codec.ico.IconEntry
-
The width of the icon image in pixels.
- ColorEntry - Class in net.sf.image4j.codec.bmp
-
Represents an RGB colour entry used in the palette of an indexed image (colour depth <= 8).
- ColorEntry(LittleEndianInputStream) - Constructor for class net.sf.image4j.codec.bmp.ColorEntry
-
Reads and creates a colour entry from the source input.
- ColorEntry() - Constructor for class net.sf.image4j.codec.bmp.ColorEntry
-
Creates a colour entry with colour components initialized to 0.
- ColorEntry(int, int, int, int) - Constructor for class net.sf.image4j.codec.bmp.ColorEntry
-
Creates a colour entry with the specified colour components.
- convert(BufferedImage, int) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Utility method, which converts the given image to the specified colour depth.
- convert1(BufferedImage) - Static method in class net.sf.image4j.util.ConvertUtil
-
Converts the source to 1-bit colour depth (monochrome).
- convert24(BufferedImage) - Static method in class net.sf.image4j.util.ConvertUtil
-
Converts the source image to 24-bit colour (RGB).
- convert32(BufferedImage) - Static method in class net.sf.image4j.util.ConvertUtil
-
Converts the source image to 32-bit colour with transparency (ARGB).
- convert4(BufferedImage) - Static method in class net.sf.image4j.util.ConvertUtil
-
Converts the source image to 4-bit colour
using the default 16-colour palette:
blackdark reddark green
dark yellowdark bluedark magenta
dark cyandark greylight grey
redgreenyellowblue
magentacyanwhite
No transparency.
- convert4(BufferedImage, int[]) - Static method in class net.sf.image4j.util.ConvertUtil
-
Converts the source image to 4-bit colour
using the given colour map.
- convert8(BufferedImage) - Static method in class net.sf.image4j.util.ConvertUtil
-
Converts the source image to 8-bit colour
using the default 256-colour palette.
- ConvertUtil - Class in net.sf.image4j.util
-
Provides useful methods for converting images from one colour depth to another.
- ConvertUtil() - Constructor for class net.sf.image4j.util.ConvertUtil
-
- CountingDataInput - Interface in net.sf.image4j.io
-
- CountingDataInputStream - Class in net.sf.image4j.io
-
- CountingDataInputStream(InputStream) - Constructor for class net.sf.image4j.io.CountingDataInputStream
-
- CountingInput - Interface in net.sf.image4j.io
-
- CountingInputStream - Class in net.sf.image4j.io
-
- CountingInputStream(InputStream) - Constructor for class net.sf.image4j.io.CountingInputStream
-
- createIconEntry(InfoHeader) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Constructs an IconEntry from the given InfoHeader
structure.
- createInfoHeader(BufferedImage) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Creates an InfoHeader from the source image.
- getBitmapSize(int, int, int) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Calculates the size in bytes of a bitmap with the specified size and colour depth.
- getBufferedImage() - Method in class net.sf.image4j.codec.bmp.BMPDecoder
-
The decoded image read from the source input.
- getBytesPerLine1(int) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Calculates the number of bytes per line required for the given width in pixels,
for a 1-bit bitmap.
- getBytesPerLine24(int) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Calculates the number of bytes per line required for the given with in pixels,
for a 24-bit bitmap.
- getBytesPerLine4(int) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Calculates the number of bytes per line required for the given with in pixels,
for a 4-bit bitmap.
- getBytesPerLine8(int) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Calculates the number of bytes per line required for the given with in pixels,
for a 8-bit bitmap.
- getColorMapSize(short) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Calculates the size in bytes for a colour map with the specified bit count.
- getColourCount() - Method in class net.sf.image4j.codec.bmp.BMPImage
-
The number of possible colours for the BMP image.
- getColourCount() - Method in class net.sf.image4j.codec.ico.ICOImage
-
The number of possible colours for the ICO image.
- getColourDepth() - Method in class net.sf.image4j.codec.bmp.BMPImage
-
The colour depth of the BMP image (bits per pixel).
- getColourDepth() - Method in class net.sf.image4j.codec.ico.ICOImage
-
The colour depth of the ICO image (bits per pixel).
- getCount() - Method in class net.sf.image4j.io.CountingDataInputStream
-
- getCount() - Method in interface net.sf.image4j.io.CountingInput
-
- getCount() - Method in class net.sf.image4j.io.CountingInputStream
-
- getCount() - Method in class net.sf.image4j.io.LittleEndianInputStream
-
- getHeight() - Method in class net.sf.image4j.codec.bmp.BMPImage
-
The height of the BMP image in pixels.
- getHeight() - Method in class net.sf.image4j.codec.ico.ICOImage
-
The height of the ICO image in pixels.
- getIconEntry() - Method in class net.sf.image4j.codec.ico.ICOImage
-
The IconEntry associated with this ICOImage, which provides information
about the image format and encoding.
- getIconIndex() - Method in class net.sf.image4j.codec.ico.ICOImage
-
The zero-based index for this ICOImage in the source ICO file or resource.
- getImage() - Method in class net.sf.image4j.codec.bmp.BMPImage
-
The decoded BMP image.
- getInfoHeader() - Method in class net.sf.image4j.codec.bmp.BMPDecoder
-
The InfoHeader structure, which provides information about the BMP data.
- getInfoHeader() - Method in class net.sf.image4j.codec.bmp.BMPImage
-
The InfoHeader structure representing the encoded BMP image.
- getInfoHeader() - Method in class net.sf.image4j.codec.ico.ICOImage
-
The InfoHeader structure representing the encoded ICO image.
- getWidth() - Method in class net.sf.image4j.codec.bmp.BMPImage
-
The width of the BMP image in pixels.
- getWidth() - Method in class net.sf.image4j.codec.ico.ICOImage
-
The width of the ICO image in pixels.
- ICOConstants - Class in net.sf.image4j.codec.ico
-
Provides constants used with ICO format.
- ICOConstants() - Constructor for class net.sf.image4j.codec.ico.ICOConstants
-
- ICODecoder - Class in net.sf.image4j.codec.ico
-
Decodes images in ICO format.
- ICOEncoder - Class in net.sf.image4j.codec.ico
-
Encodes images in ICO format.
- ICOImage - Class in net.sf.image4j.codec.ico
-
Contains a decoded ICO image, as well as information about the source encoded ICO image.
- ICOImage(BufferedImage, InfoHeader, IconEntry) - Constructor for class net.sf.image4j.codec.ico.ICOImage
-
Creates a new instance of ICOImage
- iColorsImportant - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
Number of important colours (0 = all).
- iColorsUsed - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
Number of colours actually used in the bitmap.
- iCompression - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
The compression type, which should be one of the following:
BI_RGB
- no compression
BI_RLE8
- 8-bit RLE compression
BI_RLE4
- 4-bit RLE compression
- iconEntry - Variable in class net.sf.image4j.codec.ico.ICOImage
-
- IconEntry - Class in net.sf.image4j.codec.ico
-
Represents an IconEntry structure, which contains information about an ICO image.
- IconEntry(LittleEndianInputStream) - Constructor for class net.sf.image4j.codec.ico.IconEntry
-
Creates an IconEntry structure from the source input
- IconEntry() - Constructor for class net.sf.image4j.codec.ico.IconEntry
-
Creates and IconEntry structure with default values.
- iconIndex - Variable in class net.sf.image4j.codec.ico.ICOImage
-
- iFileOffset - Variable in class net.sf.image4j.codec.ico.IconEntry
-
Position in file where the InfoHeader starts.
- iHeight - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
The height in pixels of the bitmap represented by this InfoHeader.
- iImageSize - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
The compressed size of the image in bytes, or 0 if iCompression is 0.
- image - Variable in class net.sf.image4j.codec.bmp.BMPImage
-
- ImageUtil - Class in net.sf.image4j.util
-
Provides utility methods for handling images (java.awt.BufferedImage)
- ImageUtil() - Constructor for class net.sf.image4j.util.ImageUtil
-
- infoHeader - Variable in class net.sf.image4j.codec.bmp.BMPImage
-
- InfoHeader - Class in net.sf.image4j.codec.bmp
-
Represents a bitmap InfoHeader structure, which provides header information.
- InfoHeader(LittleEndianInputStream) - Constructor for class net.sf.image4j.codec.bmp.InfoHeader
-
Creates an InfoHeader structure from the source input.
- InfoHeader(LittleEndianInputStream, int) - Constructor for class net.sf.image4j.codec.bmp.InfoHeader
-
- InfoHeader() - Constructor for class net.sf.image4j.codec.bmp.InfoHeader
-
Creates an InfoHeader with default values.
- InfoHeader(InfoHeader) - Constructor for class net.sf.image4j.codec.bmp.InfoHeader
-
Creates a copy of the source InfoHeader.
- init(LittleEndianInputStream, int) - Method in class net.sf.image4j.codec.bmp.InfoHeader
-
- iNumColors - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
Calculated number of colours, based on the colour depth specified by
sBitCount
.
- IOUtils - Class in net.sf.image4j.io
-
- IOUtils() - Constructor for class net.sf.image4j.io.IOUtils
-
- isIndexed() - Method in class net.sf.image4j.codec.bmp.BMPImage
-
Specifies whether this BMP image is indexed, that is, the encoded bitmap uses a colour table.
- isIndexed() - Method in class net.sf.image4j.codec.ico.ICOImage
-
Specifies whether this ICO image is indexed, that is, the encoded bitmap uses a colour table.
- iSize - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
The size of this InfoHeader structure in bytes.
- iSizeInBytes - Variable in class net.sf.image4j.codec.ico.IconEntry
-
Size of ICO data, which should be the size of (InfoHeader + AND bitmap + XOR bitmap).
- isPngCompressed() - Method in class net.sf.image4j.codec.ico.ICOImage
-
Specifies whether the encoded image is PNG compressed.
- iWidth - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
The width in pixels of the bitmap represented by this InfoHeader.
- iXpixelsPerM - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
Horizontal resolution in pixels/m.
- iYpixelsPerM - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
Vertical resolution in pixels/m.
- 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.
- read() - Method in class net.sf.image4j.io.CountingInputStream
-
- read(byte[], int, int) - Method in class net.sf.image4j.io.CountingInputStream
-
- 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
-
- sBitCount - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
The bit count, which represents the colour depth (bits per pixel).
- sBitCount - Variable in class net.sf.image4j.codec.ico.IconEntry
-
Colour depth in bits per pixel.
- scaleImage(BufferedImage, int, int) - Static method in class net.sf.image4j.util.ImageUtil
-
Creates a scaled copy of the source image.
- setIconEntry(IconEntry) - Method in class net.sf.image4j.codec.ico.ICOImage
-
Sets the IconEntry associated with this ICOImage.
- setIconIndex(int) - Method in class net.sf.image4j.codec.ico.ICOImage
-
Sets the icon index, which is zero-based.
- setImage(BufferedImage) - Method in class net.sf.image4j.codec.bmp.BMPImage
-
Sets the image to be encoded.
- setInfoHeader(InfoHeader) - Method in class net.sf.image4j.codec.bmp.BMPImage
-
Sets the InfoHeader structure used for encoding the BMP image.
- setPngCompressed(boolean) - Method in class net.sf.image4j.codec.ico.ICOImage
-
Sets whether the encoded image is PNG compressed.
- skip(int, boolean) - Method in class net.sf.image4j.io.CountingDataInputStream
-
- skip(InputStream, int, boolean) - Static method in class net.sf.image4j.io.IOUtils
-
- skip(int, boolean) - Method in class net.sf.image4j.io.LittleEndianInputStream
-
- sPlanes - Variable in class net.sf.image4j.codec.bmp.InfoHeader
-
The number of planes, which should always be 1.
- sPlanes - Variable in class net.sf.image4j.codec.ico.IconEntry
-
Number of planes, which should always be 1.
- swapDouble(double) - Static method in class net.sf.image4j.io.EndianUtils
-
Reverses the byte order of the source double value
- swapFloat(float) - Static method in class net.sf.image4j.io.EndianUtils
-
Reverses the byte order of the source float value
- swapInteger(int) - Static method in class net.sf.image4j.io.EndianUtils
-
Reverses the byte order of the source int value
- swapLong(long) - Static method in class net.sf.image4j.io.EndianUtils
-
Reverses the byte order of the source long value
- swapShort(short) - Static method in class net.sf.image4j.io.EndianUtils
-
Reverses the byte order of the source short value
- write(BufferedImage, File) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Encodes and writes BMP data the output file
- write(BufferedImage, OutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Encodes and writes BMP data to the output
- write(LittleEndianOutputStream) - Method in class net.sf.image4j.codec.bmp.InfoHeader
-
Writes the InfoHeader structure to output
- write(BufferedImage, File) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and writes a single image to file without colour depth conversion.
- write(BufferedImage, OutputStream) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and writes a single image without colour depth conversion.
- write(List<BufferedImage>, OutputStream) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and writes multiple images without colour depth conversion.
- write(List<BufferedImage>, File) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and writes multiple images to file without colour depth conversion.
- write(List<BufferedImage>, int[], File) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and writes multiple images to file with the colour depth conversion using the specified values.
- write(List<BufferedImage>, int[], boolean[], File) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and outputs a list of images in ICO format.
- write(BufferedImage, int, File) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and writes a single image to file with colour depth conversion using the specified value.
- write(BufferedImage, int, OutputStream) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and outputs a single image in ICO format.
- write(List<BufferedImage>, int[], OutputStream) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and outputs a list of images in ICO format.
- write(List<BufferedImage>, int[], boolean[], OutputStream) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes and outputs a list of images in ICO format.
- write(LittleEndianOutputStream) - Method in class net.sf.image4j.codec.ico.IconEntry
-
Writes the IconEntry structure to output
- write1(Raster, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Encodes and writes raster data as a 1-bit bitmap.
- write24(Raster, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Encodes and writes raster data as a 24-bit bitmap.
- write32(Raster, Raster, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Encodes and writes raster data, together with alpha (transparency) data, as a 32-bit bitmap.
- write4(Raster, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Encodes and writes raster data as a 4-bit bitmap.
- write8(Raster, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Encodes and writes raster data as an 8-bit bitmap.
- writeAndBitmap(BufferedImage, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Encodes the AND bitmap for the given image according the its alpha channel (transparency) and writes it to the given output.
- writeColorMap(IndexColorModel, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Writes the colour map resulting from the source IndexColorModel.
- writeDoubleLE(double) - Method in class net.sf.image4j.io.LittleEndianOutputStream
-
Writes a little-endian double value
- writeDoubleLE(double) - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
-
- writeFileHeader(int, int, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.bmp.BMPEncoder
-
Writes the file header.
- writeFileHeader(int, int, LittleEndianOutputStream) - Static method in class net.sf.image4j.codec.ico.ICOEncoder
-
Writes the ICO file header for an ICO containing the given number of images.
- writeFloatLE(float) - Method in class net.sf.image4j.io.LittleEndianOutputStream
-
Writes a little-endian float value
- writeFloatLE(float) - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
-
- writeIntLE(int) - Method in class net.sf.image4j.io.LittleEndianOutputStream
-
Writes a little-endian int value
- writeIntLE(int) - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
-
- writeLongLE(long) - Method in class net.sf.image4j.io.LittleEndianOutputStream
-
Writes a little-endian long value
- writeLongLE(long) - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
-
- writeShortLE(short) - Method in class net.sf.image4j.io.LittleEndianOutputStream
-
Writes a little-endian short value
- writeShortLE(short) - Method in class net.sf.image4j.io.LittleEndianRandomAccessFile
-
- writeUnsignedInt(long) - Method in class net.sf.image4j.io.LittleEndianOutputStream
-
- writeUnsignedIntLE(long) - Method in class net.sf.image4j.io.LittleEndianOutputStream
-