public class ScpFileInputStream extends InputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getMode() |
String |
getName() |
long |
getSize() |
int |
read() |
int |
read(byte[] aBuf,
int nOfs,
int nLen) |
available, mark, markSupported, read, reset, skippublic String getMode()
public String getName()
public long getSize()
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionpublic int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] aBuf,
int nOfs,
int nLen)
throws IOException
read in class InputStreamIOExceptionCopyright © 2020 Philip Helger. All rights reserved.