C# (CSharp) MiscUtil.IO Namespace

Classes

Name Description
EndianBinaryReader Equivalent of System.IO.BinaryReader, but with either endianness, depending on the EndianBitConverter it is constructed with. No data is buffered in the reader; the client may seek within the stream at will.
EndianBinaryWriter Equivalent of System.IO.BinaryWriter, but with either endianness, depending on the EndianBitConverter it is constructed with.