org.gamenet.application.mm8leveleditor.converter
Class StrToTextFormatConverter.StrToTextConversionOutputStream
java.lang.Object
java.io.OutputStream
org.gamenet.application.mm8leveleditor.converter.StrToTextFormatConverter.StrToTextConversionOutputStream
- Enclosing class:
- StrToTextFormatConverter
- public class StrToTextFormatConverter.StrToTextConversionOutputStream
- extends OutputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
out
OutputStream out
StrToTextFormatConverter.StrToTextConversionOutputStream
public StrToTextFormatConverter.StrToTextConversionOutputStream(OutputStream out)
throws IOException
close
public void close()
throws IOException
- Throws:
IOException
write
public void write(int b)
throws IOException
- Throws:
IOException