Uses of Class
org.globus.io.streams.GlobusOutputStream
Packages that use GlobusOutputStream
Package
Description
Implements the standard Java I/O streams interface for a number of different protocols, including FTP, GSIFTP, HTTP, HTTPS, and File.
This library provides a simple API for transferring a file from one location to
another.
-
Uses of GlobusOutputStream in org.globus.io.streams
Subclasses of GlobusOutputStream in org.globus.io.streamsModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of GlobusOutputStream in org.globus.io.urlcopy
Methods in org.globus.io.urlcopy that return GlobusOutputStreamModifier and TypeMethodDescriptionprotected GlobusOutputStream
UrlCopy.getOutputStream
(long size) Returns output stream based on the destination url.Methods in org.globus.io.urlcopy with parameters of type GlobusOutputStreamModifier and TypeMethodDescriptionprivate boolean
UrlCopy.transfer
(long total, GlobusInputStream in, GlobusOutputStream out) This function performs the actual transfer.