net.schmizz.sshj.sftp
Class RemoteFile.RemoteFileOutputStream
java.lang.Object
java.io.OutputStream
net.schmizz.sshj.sftp.RemoteFile.RemoteFileOutputStream
- All Implemented Interfaces:
- Closeable, Flushable
- Enclosing class:
- RemoteFile
public class RemoteFile.RemoteFileOutputStream
- extends OutputStream
Method Summary |
void |
write(byte[] buf,
int off,
int len)
|
void |
write(int w)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteFile.RemoteFileOutputStream
public RemoteFile.RemoteFileOutputStream()
RemoteFile.RemoteFileOutputStream
public RemoteFile.RemoteFileOutputStream(long fileOffset)
write
public void write(int w)
throws IOException
- Specified by:
write
in class OutputStream
- Throws:
IOException
write
public void write(byte[] buf,
int off,
int len)
throws IOException
- Overrides:
write
in class OutputStream
- Throws:
IOException
Copyright © 2009-2012. All Rights Reserved.