E57 Foundation API v1.1.312
Aug. 10, 2011
|
Read a buffer of bytes from a blob.
The memory buffer buf must be able to store at least count bytes. The data is stored in a binary section of the ImageFile with checksum protection, so undetected corruption is very unlikely. It is an error to attempt to read outside the declared size of the Blob. The format of the data read is opaque (unspecified by the ASTM E57 data format standard). Since buf is a byte buffer, byte ordering is irrelevant (it will come out in the same order that it went in). There is no constraint on the ordering of reads. Any part of the Blob data can be read zero or more times.
|