net.schmizz.sshj.common
Class IOUtils
java.lang.Object
net.schmizz.sshj.common.IOUtils
public class IOUtils
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UTF8
public static final Charset UTF8
IOUtils
public IOUtils()
closeQuietly
public static void closeQuietly(Closeable... closeables)
readFully
public static ByteArrayOutputStream readFully(InputStream stream)
throws IOException
- Throws:
IOException
Copyright © 2009-2012. All Rights Reserved.