public class SftpFileInputStream
extends java.io.InputStream
| Constructor and Description |
|---|
SftpFileInputStream(SftpFile file)
Creates a new SftpFileInputStream object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
finalize() |
int |
read() |
int |
read(byte[] buffer,
int offset,
int len) |
public SftpFileInputStream(SftpFile file) throws java.io.IOException
file - java.io.IOExceptionpublic int read(byte[] buffer,
int offset,
int len)
throws java.io.IOException
read in class java.io.InputStreambuffer - offset - len - java.io.IOExceptionpublic int read()
throws java.io.IOException
read in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOExceptionprotected void finalize()
throws java.io.IOException
finalize in class java.lang.Objectjava.io.IOExceptionCopyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.