xmlBlaster 1.6.2 API

org.xmlBlaster.contrib
Class AppTerm.PanelInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended byorg.xmlBlaster.contrib.AppTerm.PanelInputStream
Enclosing class:
AppTerm

public class AppTerm.PanelInputStream
extends java.io.InputStream


Field Summary
private  EDU.oswego.cs.dl.util.concurrent.BoundedBuffer queue
           
 
Fields inherited from class java.io.InputStream
 
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

queue

private EDU.oswego.cs.dl.util.concurrent.BoundedBuffer queue
Constructor Detail

AppTerm.PanelInputStream

public AppTerm.PanelInputStream(int maxSize)
Method Detail

write

public void write(int val)

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException

available

public int available()
              throws java.io.IOException
This is not really needed but may help for performance.

Throws:
java.io.IOException

xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.