Closeable, Flushable, AutoCloseablepublic class GlobusFileOutputStream extends GlobusOutputStream
| Constructor | Description |
|---|---|
GlobusFileOutputStream(String file,
boolean append) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
abort() |
Aborts transfer.
|
void |
close() |
|
void |
flush() |
|
void |
write(byte[] msg) |
|
void |
write(byte[] msg,
int from,
int length) |
|
void |
write(int b) |
public GlobusFileOutputStream(String file, boolean append) throws IOException
IOExceptionpublic void abort()
GlobusOutputStreamabort in class GlobusOutputStreampublic void close()
throws IOException
close in interface AutoCloseableclose in interface Closeableclose in class OutputStreamIOExceptionpublic void write(byte[] msg)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] msg,
int from,
int length)
throws IOException
write in class OutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class GlobusOutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionCopyright © 2018. All rights reserved.