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

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

public class StrToTextFormatConverter.TextToStrConversionInputStream
extends InputStream


Field Summary
private  int bufferedValue
           
private  boolean hasBufferedValue
           
private  InputStream in
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
StrToTextFormatConverter.TextToStrConversionInputStream(InputStream in)
           
 
Method Summary
 void close()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
available, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

private InputStream in

hasBufferedValue

private boolean hasBufferedValue

bufferedValue

private int bufferedValue
Constructor Detail

StrToTextFormatConverter.TextToStrConversionInputStream

public StrToTextFormatConverter.TextToStrConversionInputStream(InputStream in)
                                                        throws IOException
Method Detail

close

public void close()
           throws IOException
Throws:
IOException

read

public int read()
         throws IOException
Throws:
IOException