org.openqa.selenium.io
Class IOUtils

java.lang.Object
  extended by org.openqa.selenium.io.IOUtils

public class IOUtils
extends Object


Constructor Summary
IOUtils()
           
 
Method Summary
static void closeQuietly(Closeable closeable)
           
static String readFully(InputStream in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtils

public IOUtils()
Method Detail

readFully

public static String readFully(InputStream in)
                        throws IOException
Throws:
IOException

closeQuietly

public static void closeQuietly(Closeable closeable)


Copyright © 2013. All rights reserved.