get_binary_record

Data_Reduction.DSN.old_VSR.get_binary_record(fd, file_header_size, record_size, index)

Get the binary record at the specified index.

:param fd : file descriptor

:param file_header_sizeint

The file may have a file header, or ‘file_header_size’ may be 0.

:param record_sizeint

This includes a record header if there is one.

:param indexint

Starting from zero.