upload


Description:

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

Parameters:

this

the storage volume to upload

stream

stream to use as input

offset

position in this to start to write to

length

limit on amount of data to upload, or 0 for uploading all data

flags

the flags, not set yet, pass 0

Returns:

TRUE of success, FALSE otherwise