download


Description:

public bool download (Stream stream, uint64 offset, uint64 length, uint flags) throws Error

Parameters:

this

the storage volume to download from

stream

stream to use as output

offset

position in this to start reading from

length

limit on amount of data to download, or 0 for downloading all data

flags

extra flags, not used yet, pass 0

Returns:

TRUE of success, FALSE otherwise