xmlBlaster 2.2.0 contributions API

org.xmlBlaster.contrib
Class AppTerm.PanelInputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.xmlBlaster.contrib.AppTerm.PanelInputStream
All Implemented Interfaces:
java.io.Closeable
Enclosing class:
AppTerm

public class AppTerm.PanelInputStream
extends 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
 

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
Specified by:
read in class java.io.InputStream
Throws:
java.io.IOException

available

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

Overrides:
available in class java.io.InputStream
Throws:
java.io.IOException

xmlBlaster 2.2.0 contributions API

Copyright © 1999-2014 The xmlBlaster.org contributers.