public class ScpFileOutputStream extends OutputStream
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
write(byte[] aBuf,
int nOfs,
int nLen) |
void |
write(int b) |
flush, writepublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] aBuf,
int nOfs,
int nLen)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2020 Philip Helger. All rights reserved.