Overload List

  NameDescription
Public methodStatic memberDownload(String, String, Boolean, Boolean)
This function downloads a stream on the virtual cluster to the local machine. The download will copy the entire stream, from the beginning to end.
Public methodStatic memberDownload(String, String, Boolean, DownloadMode)
This function downloads a stream on the virtual cluster to the local machine. The download will copy the entire stream, from the beginning to end.
Public methodStatic memberDownload(String, String, Int64, Boolean, Boolean)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy until the end of the stream.
Public methodStatic memberDownload(String, String, Int64, Boolean, DownloadMode)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy until the end of the stream.
Public methodStatic memberDownload(String, String, Int64, Int64, Boolean, Boolean)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy "length" number of bytes.
Public methodStatic memberDownload(String, String, Int64, Int64, Boolean, DownloadMode)
This function downloads a stream on the virtual cluster to the local machine. The download will start at the specified offset and copy "length" number of bytes.

See Also