|
xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.xmlBlaster.contrib.AppTerm.PanelInputStream
public class AppTerm.PanelInputStream
| Field Summary | |
|---|---|
private java.util.concurrent.ArrayBlockingQueue<java.lang.Integer> |
queue
|
| Constructor Summary | |
|---|---|
AppTerm.PanelInputStream(int maxSize)
|
|
| Method Summary | |
|---|---|
int |
available()
This is not really needed but may help for performance. |
int |
read()
|
void |
write(int val)
|
| Methods inherited from class java.io.InputStream |
|---|
close, 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 |
|---|
private java.util.concurrent.ArrayBlockingQueue<java.lang.Integer> queue
| Constructor Detail |
|---|
public AppTerm.PanelInputStream(int maxSize)
| Method Detail |
|---|
public void write(int val)
public int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOException
public int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOException
|
xmlBlaster 2.2.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||