P
Paul Selormey
..NET is mainly designed for Windows and could be assumed to
work with only little endian binary files.
However, what is the real behavior?
BinaryReader : Is this designed to read system/hardware supported
endian of will always read little endian no matter the system?
BinaryWriter: Is this designed to always write little endian binary or
it depends on the system?
I wish to know in order to extend these classes.
BTW, anyone got extends to support big endian binary files?
Best regards,
Paul.
work with only little endian binary files.
However, what is the real behavior?
BinaryReader : Is this designed to read system/hardware supported
endian of will always read little endian no matter the system?
BinaryWriter: Is this designed to always write little endian binary or
it depends on the system?
I wish to know in order to extend these classes.
BTW, anyone got extends to support big endian binary files?
Best regards,
Paul.