org.jenkinsci.plugins.xvfb
Class AutoDisplayNameFilterStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by org.jenkinsci.plugins.xvfb.AutoDisplayNameFilterStream
All Implemented Interfaces:
Closeable, Flushable

public class AutoDisplayNameFilterStream
extends FilterOutputStream


Field Summary
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
protected AutoDisplayNameFilterStream(OutputStream decorated)
           
protected AutoDisplayNameFilterStream(OutputStream decorated, int waitTime)
           
 
Method Summary
 void close()
           
 int getDisplayNumber()
           
 void write(int ch)
           
 
Methods inherited from class java.io.FilterOutputStream
flush, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDisplayNameFilterStream

protected AutoDisplayNameFilterStream(OutputStream decorated)

AutoDisplayNameFilterStream

protected AutoDisplayNameFilterStream(OutputStream decorated,
                                      int waitTime)
Method Detail

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.