org.browsermob.proxy.util
Class IOUtils
java.lang.Object
org.browsermob.proxy.util.IOUtils
public class IOUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOUtils
public IOUtils()
copy
public static void copy(InputStream in,
OutputStream out)
throws IOException
- Throws:
IOException
copyWithStats
public static IOUtils.Stats copyWithStats(InputStream is,
OutputStream os,
BandwidthSimulator simulator,
boolean copyOutputForReadingLater)
throws IOException
- Throws:
IOException
readFully
public static String readFully(InputStream in)
throws IOException
- Throws:
IOException
readFully
public static String readFully(InputStreamReader in)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.