Fork of https://github.com/kaitai-io/kaitai_struct_csharp_runtime/ for compatibility with .NET Framework 2.0.
Go to file
Daniel Walder 3122ca220a Detect system endianness when reading values
The BitConverter functions use the endianness of
the current system to convert bytes into values.
So when reading LE data on LE system it should not
change, but on a BE system it must be reversed.
2016-07-19 22:23:08 +10:00
Properties Added csproj file: now it's a full-blown project, ready to be included into solutions 2016-07-16 20:48:53 +03:00
.gitignore Added C# gitignore from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore 2016-07-16 20:50:12 +03:00
KaitaiStream.cs Detect system endianness when reading values 2016-07-19 22:23:08 +10:00
KaitaiStruct.cs Revert naming changes and a few other corrections 2016-07-18 21:11:58 +10:00
LICENSE Initial commit 2016-07-15 00:53:03 -07:00
kaitai_struct_runtime_csharp.csproj Added csproj file: now it's a full-blown project, ready to be included into solutions 2016-07-16 20:48:53 +03:00