public static class Sftp.SftpPipedInputStream
extends java.io.PipedInputStream
implements java.lang.Runnable
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] buffer,
int offset,
int length) |
void |
run() |
static Sftp.SftpPipedInputStream |
streamFor(Sftp transfer,
java.lang.String remoteFile,
long offset) |
public static Sftp.SftpPipedInputStream streamFor(Sftp transfer, java.lang.String remoteFile, long offset) throws java.lang.Exception
java.lang.Exceptionpublic void run()
run in interface java.lang.Runnablepublic int read()
throws java.io.IOException
read in class java.io.PipedInputStreamjava.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int length)
throws java.io.IOException
read in class java.io.PipedInputStreamjava.io.IOExceptionCopyright © JSCAPE LLC. 1999-2021. All Rights Reserved