Reads all values in the file array.
# S3 method for AbstractFileArray
readAllValues(this, mode=getStorageMode(this), size=getBytesPerCell(this),
offset=getDataOffset(this), ..., .checkArgs=FALSE)Returns a numeric
The storage mode to read.
The number of bytes each values allocates on file.
The file offset to the first value on file.
Not used.
If TRUE, arguments are validated, otherwise not.
Henrik Bengtsson
readValues().
For more information see AbstractFileArray.