com.sshtools.j2ssh.io
Class IOUtil
java.lang.Object
com.sshtools.j2ssh.io.IOUtil
public class IOUtil
extends java.lang.Object
closeStream
public static boolean closeStream(InputStream in)
closeStream
public static boolean closeStream(OutputStream out)
copyFile
public static void copyFile(File from,
File to)
throws IOException
delTree
public static boolean delTree(File file)
recurseDeleteDirectory
public static void recurseDeleteDirectory(File dir)
transfer
public static void transfer(InputStream in,
OutputStream out)
throws IOException
Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.