org.gamenet.application.mm8leveleditor.converter
Class TGAToBMPFormatConverter.TGAToBMPConversionOutputStream
java.lang.Object
java.io.OutputStream
org.gamenet.application.mm8leveleditor.converter.TGAToBMPFormatConverter.TGAToBMPConversionOutputStream
- Enclosing class:
- TGAToBMPFormatConverter
- public class TGAToBMPFormatConverter.TGAToBMPConversionOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
private OutputStream out
width
private int width
height
private int height
tgaData
private ByteArrayOutputStream tgaData
bitmapFileHeader
private byte[] bitmapFileHeader
bitmapInfoHeader
private byte[] bitmapInfoHeader
rgbquadColors
private byte[] rgbquadColors
bitmapBits
private byte[] bitmapBits
TGAToBMPFormatConverter.TGAToBMPConversionOutputStream
public TGAToBMPFormatConverter.TGAToBMPConversionOutputStream(OutputStream out,
LodResource bitmapLodEntry)
throws IOException
close
public void close()
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException