org.atzberger.mango.windowing
Class JTextPane_Output_InputStream
java.lang.Object
java.io.InputStream
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
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 |
JTextPane_Output_InputStream
public JTextPane_Output_InputStream()
JTextPane_Output_InputStream
public JTextPane_Output_InputStream(JTextPane_Output jTextPane_in)
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()