public class JListOutputStream
extends java.io.OutputStream
Title: DECLARE
Description:
Copyright: Copyright (c) 2006
Company: TU/e
| Constructor and Description |
|---|
JListOutputStream(javax.swing.JList list) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
void |
write(int b)
Writes the specified byte to this output stream.
|
public void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamb - the byte.java.io.IOException - if an I/O error occurs. In particular, an
IOException may be thrown if the output stream
has been closed.public void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.OutputStreamjava.io.IOException