Uses of Class
org.globus.io.streams.GlobusInputStream
Packages that use GlobusInputStream
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 GlobusInputStream in org.globus.io.streams
Subclasses of GlobusInputStream in org.globus.io.streamsModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of GlobusInputStream in org.globus.io.urlcopy
Methods in org.globus.io.urlcopy that return GlobusInputStreamModifier and TypeMethodDescriptionprotected GlobusInputStreamUrlCopy.getInputStream()Returns input stream based on the source urlMethods in org.globus.io.urlcopy with parameters of type GlobusInputStreamModifier and TypeMethodDescriptionprivate booleanUrlCopy.transfer(long total, GlobusInputStream in, GlobusOutputStream out) This function performs the actual transfer.