ch.ethz.ssh2
Class SCPOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
java.io.BufferedOutputStream
ch.ethz.ssh2.SCPOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class SCPOutputStream
- extends BufferedOutputStream
- Version:
- $Id:$
|
Method Summary |
void |
close()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SCPOutputStream
public SCPOutputStream(SCPClient client,
Session session,
String remoteFile,
long length,
String mode)
throws IOException
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class FilterOutputStream
- Throws:
IOException
Copyright © 2011. All Rights Reserved.