Skip to content

Extension methods for BinaryReader and BinaryWriter.

License

Notifications You must be signed in to change notification settings

sschultze/BinaryExtensions

 
 

Repository files navigation

BinaryExtensions

Extension methods for BinaryReader and BinaryWriter.

NuGet

Features

  • seamless reading of integral types in big-endian or little-endian format, environment endianness being irrelevant
  • functions are exposed as extension methods for BinaryReader and all integral types
  • endian-aware integral types, just declare structs and read them in one go with ReadStruct<T>
  • a LoggedBinaryReader that logs read and unread regions, very useful when deciphering some complex file format

Requirements

At least .NET Framework 4.6.1.

About

Extension methods for BinaryReader and BinaryWriter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.6%
  • Batchfile 0.4%