org.gamenet.application.mm8leveleditor.converter
Class StrToTextFormatConverter.StrToTextConversionOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.gamenet.application.mm8leveleditor.converter.StrToTextFormatConverter.StrToTextConversionOutputStream
Enclosing class:
StrToTextFormatConverter

public class StrToTextFormatConverter.StrToTextConversionOutputStream
extends OutputStream


Field Summary
(package private)  OutputStream out
           
 
Constructor Summary
StrToTextFormatConverter.StrToTextConversionOutputStream(OutputStream out)
           
 
Method Summary
 void close()
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

OutputStream out
Constructor Detail

StrToTextFormatConverter.StrToTextConversionOutputStream

public StrToTextFormatConverter.StrToTextConversionOutputStream(OutputStream out)
                                                         throws IOException
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

write

public void write(int b)
           throws IOException
Throws:
IOException