org.gamenet.application.mm8leveleditor.converter
Class StrToTextFormatConverter.TextToStrConversionInputStream
java.lang.Object
java.io.InputStream
org.gamenet.application.mm8leveleditor.converter.StrToTextFormatConverter.TextToStrConversionInputStream
- Enclosing class:
- StrToTextFormatConverter
- public class StrToTextFormatConverter.TextToStrConversionInputStream
- extends InputStream
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
in
private InputStream in
hasBufferedValue
private boolean hasBufferedValue
bufferedValue
private int bufferedValue
StrToTextFormatConverter.TextToStrConversionInputStream
public StrToTextFormatConverter.TextToStrConversionInputStream(InputStream in)
throws IOException
close
public void close()
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Throws:
IOException