Java Globus API: Class OutputStreamDataSource
org.globus.ftp
Class OutputStreamDataSource
java.lang.Object
|
+--org.globus.ftp.OutputStreamDataSource
- All Implemented Interfaces:
- DataSource
- public class OutputStreamDataSource
- extends Object
- implements DataSource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
buffers
protected CircularBuffer buffers
OutputStreamDataSource
public OutputStreamDataSource(int size)
read
public Buffer read()
throws IOException
- Specified by:
read in interface DataSource
close
public void close()
throws IOException
- Specified by:
close in interface DataSource
getOutputStream
public OutputStream getOutputStream()