public static class Sftp.SftpPipedOutputStream
extends java.io.PipedOutputStream
implements java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
run() |
static Sftp.SftpPipedOutputStream |
streamFor(Sftp transfer,
java.lang.String remoteFile,
long offset,
long length) |
void |
write(byte[] data,
int offset,
int length) |
void |
write(int data) |
public static Sftp.SftpPipedOutputStream streamFor(Sftp transfer, java.lang.String remoteFile, long offset, long length) throws java.lang.Exception
java.lang.Exceptionpublic void run()
run in interface java.lang.Runnablepublic void write(int data)
throws java.io.IOException
write in class java.io.PipedOutputStreamjava.io.IOExceptionpublic void write(byte[] data,
int offset,
int length)
throws java.io.IOException
write in class java.io.PipedOutputStreamjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface java.io.Flushableflush in class java.io.PipedOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.PipedOutputStreamjava.io.IOExceptionCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved