DownloadDataFileToDisk

class openmsistream.data_file_io.DownloadDataFileToDisk(filepath, *args, **kwargs)

Bases: DownloadDataFile

Class to represent a data file that will be reconstructed on disk using messages read from a topic

Parameters:

filepath (pathlib.Path) – Path to the file

property bytestring

A bytestring of the data in the file

property check_file_hash

Hash of the file contents as read from its current location on disk