public class GlobusFileOutputStream extends GlobusOutputStream
Constructor and Description |
---|
GlobusFileOutputStream(String file,
boolean append) |
Modifier and Type | Method and 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
IOException
public void abort()
GlobusOutputStream
abort
in class GlobusOutputStream
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void write(byte[] msg) throws IOException
write
in class OutputStream
IOException
public void write(byte[] msg, int from, int length) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class GlobusOutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
Copyright © 2016. All rights reserved.