|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.util.InputDecoder
public abstract class InputDecoder
| Constructor Summary | |
|---|---|
InputDecoder()
|
|
| Method Summary | |
|---|---|
void |
appendData(char c)
|
void |
appendDel()
|
protected abstract void |
echo(char c)
|
protected abstract void |
echo(java.lang.String s)
|
protected abstract void |
echoDel()
|
int |
getSize()
|
boolean |
hasNext()
|
Input |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InputDecoder()
| Method Detail |
|---|
protected abstract void echo(char c)
throws java.io.IOException
java.io.IOException
protected abstract void echo(java.lang.String s)
throws java.io.IOException
java.io.IOException
protected abstract void echoDel()
throws java.io.IOException
java.io.IOException
public void appendData(char c)
throws java.io.IOException
java.io.IOException
public void appendDel()
throws java.io.IOException
java.io.IOExceptionpublic int getSize()
public boolean hasNext()
hasNext in interface java.util.Iterator<Input>public Input next()
next in interface java.util.Iterator<Input>public void remove()
remove in interface java.util.Iterator<Input>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||