org.gamenet.application.mm8leveleditor.converter
Class TGAToBMPFormatConverter
java.lang.Object
org.gamenet.application.mm8leveleditor.converter.FormatConverter
org.gamenet.application.mm8leveleditor.converter.TGAToBMPFormatConverter
- public class TGAToBMPFormatConverter
- extends FormatConverter
- Author:
- mlk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGAToBMPFormatConverter
public TGAToBMPFormatConverter()
setDestinationOutputStreamForNewFormat
public void setDestinationOutputStreamForNewFormat(OutputStream stream,
LodResource bitmapLodEntry)
throws IOException
- Set output Stream where the new BMP format will be written
- Specified by:
setDestinationOutputStreamForNewFormat
in class FormatConverter
- Parameters:
stream
- where the new converted format will be written
- Throws:
IOException
setSourceInputStreamForNewFormat
public void setSourceInputStreamForNewFormat(InputStream stream,
LodResource tgaAcceptingLodEntry)
throws IOException
- Set input Stream where the new BMP format will be written
- Specified by:
setSourceInputStreamForNewFormat
in class FormatConverter
- Parameters:
stream
- where the new converted format will be written
- Throws:
IOException