Overload List
Name | Description | |
---|---|---|
ReadStream(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.
| |
ReadStream(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.
| |
ReadStream(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.
|