filename
| A string specifying the absolute name and path for the file to be read.
|
amount
| An integer specifying the maximum number of bytes or characters to be copied.
Default value of 0 means total file size.
|
chunksize
| An integer specifying the size for each read operation. This can range from 1
to amount. The optimal size for this will be a multiple of GetOptimumChunkSize. The default value of zero means a buffer is allocated equivalent to the size
of the file.
|
offset
| An integer specifying the absolute offset of the BLOB/CLOB value of this
object. Default value is 1.
|