public class AutoDisplayNameFilterStream
extends java.io.FilterOutputStream
| Modifier | Constructor and Description |
|---|---|
protected |
AutoDisplayNameFilterStream(java.io.OutputStream decorated) |
protected |
AutoDisplayNameFilterStream(java.io.OutputStream decorated,
int waitTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getDisplayNumber() |
void |
write(int ch) |
protected AutoDisplayNameFilterStream(java.io.OutputStream decorated)
protected AutoDisplayNameFilterStream(java.io.OutputStream decorated,
int waitTime)
public int getDisplayNumber()
throws java.lang.InterruptedException
java.lang.InterruptedExceptionpublic void write(int ch)
throws java.io.IOException
write in class java.io.FilterOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.FilterOutputStreamjava.io.IOExceptionCopyright © 2004-2014. All Rights Reserved.