org.atzberger.mango.windowing
Class JTextPane_Output_InputStream

java.lang.Object
  extended by java.io.InputStream
      extended by org.atzberger.mango.windowing.JTextPane_Output_InputStream
All Implemented Interfaces:
java.io.Closeable

public class JTextPane_Output_InputStream
extends java.io.InputStream

Customised buffer for handling input and output streams.

Author:
Paul J. Atzberger
See Also:
http://www.atzberger.org

Constructor Summary
JTextPane_Output_InputStream()
           
JTextPane_Output_InputStream(JTextPane_Output jTextPane_in)
           
 
Method Summary
 int available()
           
 void fireInputEntered()
           
 int read()
           
 int read(byte[] b)
           
 int read(byte[] b, int off, int len)
           
 long skip(long n)
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JTextPane_Output_InputStream

public JTextPane_Output_InputStream()

JTextPane_Output_InputStream

public JTextPane_Output_InputStream(JTextPane_Output jTextPane_in)
Method Detail

available

public int available()
Overrides:
available in class java.io.InputStream

read

public int read()
Specified by:
read in class java.io.InputStream

read

public int read(byte[] b)
Overrides:
read in class java.io.InputStream

read

public int read(byte[] b,
                int off,
                int len)
Overrides:
read in class java.io.InputStream

skip

public long skip(long n)
Overrides:
skip in class java.io.InputStream

fireInputEntered

public void fireInputEntered()