FileHeader

FileHeader(th=b' ' * 3200, bfh=BinaryFileHeader())

Combined textual and binary file header.

Attributes

Name Description
th bytes(iterable_of_ints) -> bytes
Back to top