CalPack
CalPack copied to clipboard
Add ability to use the `read_into` function of a file object
When parsing packets from a file using binary data, it would be nice to be able to use the builtin function of read_into
from the file object. It would be something like read_into(cal_pkt)
.
This may be a documented issue instead.