|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
org.globus.io.streams.GlobusOutputStream
org.globus.io.streams.GlobusFileOutputStream
public class GlobusFileOutputStream
Constructor Summary | |
---|---|
GlobusFileOutputStream(java.lang.String file,
boolean append)
|
Method Summary | |
---|---|
void |
abort()
Aborts transfer. |
void |
close()
|
void |
flush()
|
void |
write(byte[] msg)
|
void |
write(byte[] msg,
int from,
int length)
|
void |
write(int b)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GlobusFileOutputStream(java.lang.String file, boolean append) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void abort()
GlobusOutputStream
abort
in class GlobusOutputStream
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in class java.io.OutputStream
java.io.IOException
public void write(byte[] msg) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(byte[] msg, int from, int length) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class GlobusOutputStream
java.io.IOException
public void flush() throws java.io.IOException
flush
in interface java.io.Flushable
flush
in class java.io.OutputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |