rados_read_op_read

Read bytes from offset into buffer.

prlen will be filled with the number of bytes read if successful. A short read can only occur if the read reaches the end of the object.

@param read_op operation to add this action to @param offset offset to read from @param len length of buffer @param buffer where to put the data @param bytes_read where to store the number of bytes read by this action @param prval where to store the return value of this action

extern (C)
void
rados_read_op_read
(,
ulong offset
,
size_t len
,
char* buffer
,
size_t* bytes_read
,
int* prval
)

Meta