Fixes the following issues: - bad size of nameless structs when they're not the first member of another named container. - member value not refreshed after updating underlying buffer for inner named container.
0.9.0.6
Allows simple types to read from file-like interface objects: python f = open('test.bin','rb') d = DWORD(f)