Overload List

  NameDescription
Public methodStatic memberReadStream(String, Boolean)
This function reads a stream from the virtual cluster and returns a stream object. The stream will be read from the beginning and until the end of the stream is reached.
Public methodStatic memberReadStream(String, Int64, Boolean)
This function reads a stream from the virtual cluster and returns a stream object. The stream will be read from the specified offset until the end of the stream is reached.
Public methodStatic memberReadStream(String, Int64, Int64, Boolean)
This function reads a stream from the virtual cluster and returns a stream object. The stream will be read from the specified offset for the given length.

See Also