[Mono-list] endian dependancy

Lloyd Dupont lloyd@galador.net
Wed, 05 Dec 2001 01:07:42 +0100


> Only if endianess of data in your stream is the same as endianess of the
> BitConverter (and underlying platform).
> If your data stream is little-endian it's more convenient to use
> BinaryReader for this purpose (whose reads are always little-endian).

it is unclear from the documentation that BinaryReader is always 
little-endian, but, it is very good to know it !
big thanks for the info ! :-)