私はこのようなバイナリファイルを持っています:
offset | size/type | Description
-------+-----------+-----------------------------------------------------------
0x0000 | 28 chars | zero terminated string
0x001c | 1 dword | fileoffset of first compressed data block (header size)
0x0020 | 1 dword | overall size of compressed file
28文字を文字列として読み取ることができます。しかし、dwordを読み取ってintとして格納する方法がわかりません。