C# (CSharp) MiscUtil.IO 네임스페이스

클래스들

이름 설명
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.