org.gamenet.application.mm8leveleditor.converter
Class StrToTextFormatConverter
java.lang.Object
org.gamenet.application.mm8leveleditor.converter.FormatConverter
org.gamenet.application.mm8leveleditor.converter.StrToTextFormatConverter
- public class StrToTextFormatConverter
- extends FormatConverter
- Author:
- mlk
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StrToTextFormatConverter
public StrToTextFormatConverter()
setDestinationOutputStreamForNewFormat
public void setDestinationOutputStreamForNewFormat(OutputStream stream,
LodResource anEntry)
throws IOException
- Description copied from class:
FormatConverter
- Set output Stream where the new converted 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 anEntry)
throws IOException
- Description copied from class:
FormatConverter
- Set input stream from which the new converted format will be read
- Specified by:
setSourceInputStreamForNewFormat
in class FormatConverter
- Parameters:
stream
- from which the new converted format will be read
- Throws:
IOException