org.jenkinsci.plugins.xvfb
Class AutoDisplayNameFilterStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
org.jenkinsci.plugins.xvfb.AutoDisplayNameFilterStream
- All Implemented Interfaces:
- Closeable, Flushable
public class AutoDisplayNameFilterStream
- extends FilterOutputStream
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoDisplayNameFilterStream
protected AutoDisplayNameFilterStream(OutputStream decorated)
AutoDisplayNameFilterStream
protected AutoDisplayNameFilterStream(OutputStream decorated,
int waitTime)
getDisplayNumber
public int getDisplayNumber()
throws InterruptedException
- Throws:
InterruptedException
write
public void write(int ch)
throws IOException
- Overrides:
write in class FilterOutputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class FilterOutputStream
- Throws:
IOException
Copyright © 2004–2015. All rights reserved.