public class TargaFile extends Object
Constructor and Description |
---|
TargaFile() |
Modifier and Type | Method and Description |
---|---|
int |
getBPP() |
static BufferedImage |
getBufferedImage(InputStream is) |
byte[] |
getData() |
int |
getDataLength() |
int |
getHeight() |
int |
getWidth() |
void |
load(InputStream dis) |
void |
loadCompressed() |
public byte[] getData()
public int getWidth()
public int getHeight()
public int getBPP()
public int getDataLength()
public static BufferedImage getBufferedImage(InputStream is)
public void load(InputStream dis)
public void loadCompressed()