public class WindowsIconGroup extends Object
Constructor and Description |
---|
WindowsIconGroup() |
Modifier and Type | Method and Description |
---|---|
void |
addIcon(ImageData image,
int windowsBitMapOptions) |
void |
addIcon(WindowsIcon wi) |
byte[] |
getFileStart() |
WindowsIcon |
getIcon(int whichIcon) |
byte[] |
getIconDirectories() |
byte[] |
getIconDirEntry(WindowsIcon wi,
int offset) |
static byte[] |
makeIcon(ImageData[] images) |
void |
writeIconFile(DataOutput out) |
void |
writeIconFile(OutputStream out) |
static void |
writeInt(int value,
byte[] dest,
int offset,
int numBytes)
This reads an integer value from a byte array with the specified number
of bytes.
|
public Vector icons
public static final void writeInt(int value, byte[] dest, int offset, int numBytes)
public void addIcon(WindowsIcon wi)
public void addIcon(ImageData image, int windowsBitMapOptions)
public WindowsIcon getIcon(int whichIcon)
public byte[] getIconDirEntry(WindowsIcon wi, int offset)
public byte[] getIconDirectories()
public byte[] getFileStart()
public void writeIconFile(DataOutput out) throws IOException
IOException
public void writeIconFile(OutputStream out) throws IOException
IOException
public static byte[] makeIcon(ImageData[] images)