|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--java.io.InputStream
|
+--org.adougou.cline.TextAreaInputStream
This is an InputStream that can be assigned to System.in. It is used by the TextAreaPrompt (but could also be used for other purposes).
TextArea,
TextAreaPrompt,
TextAreaOutputStream| Method Summary | |
int |
available()
|
int |
read()
Read a single byte from the TextArea. |
int |
read(byte[] b,
int start,
int bLength)
Read an array of bytes. |
| Methods inherited from class java.io.InputStream |
close, mark, markSupported, read, reset, skip |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int available()
available in class java.io.InputStream
public int read(byte[] b,
int start,
int bLength)
throws java.io.IOException
read in class java.io.InputStream
public int read()
throws java.io.IOException
read in class java.io.InputStream
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||