org.semanticweb.HermiT.debugger
Class ConsoleTextArea.ConsoleReader
java.lang.Object
java.io.Reader
org.semanticweb.HermiT.debugger.ConsoleTextArea.ConsoleReader
- All Implemented Interfaces:
- Closeable, Readable
- Enclosing class:
- ConsoleTextArea
protected class ConsoleTextArea.ConsoleReader
- extends Reader
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_buffer
protected char[] m_buffer
m_nextCharToRead
protected int m_nextCharToRead
m_firstFreeChar
protected int m_firstFreeChar
ConsoleTextArea.ConsoleReader
public ConsoleTextArea.ConsoleReader()
addToBuffer
public void addToBuffer(String string)
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Specified by:
close
in class Reader
- Throws:
IOException
read
public int read(char[] buffer,
int offset,
int length)
throws IOException
- Specified by:
read
in class Reader
- Throws:
IOException
Copyright © 2012. All Rights Reserved.