org.openqa.selenium.firefox.internal
Class Streams

java.lang.Object
  extended by org.openqa.selenium.firefox.internal.Streams

public class Streams
extends Object


Constructor Summary
Streams()
           
 
Method Summary
static String drainStream(OutputStream stream)
          Drains the contents of a stream without blocking on further input from that stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Streams

public Streams()
Method Detail

drainStream

public static String drainStream(OutputStream stream)
Drains the contents of a stream without blocking on further input from that stream.

Parameters:
stream - the stream to drain
Returns:
the contents of the drained stream


Copyright © 2013. All Rights Reserved.