(IBinaryStream): new interface for binary streams.

This commit is contained in:
morkt
2016-10-12 04:25:40 +04:00
parent e2846278ff
commit a63e9e4d6b
3 changed files with 657 additions and 12 deletions

View File

@@ -66,6 +66,7 @@
<Compile Include="ArcView.cs" />
<Compile Include="Audio.cs" />
<Compile Include="AudioWAV.cs" />
<Compile Include="BinaryStream.cs" />
<Compile Include="Checksum.cs" />
<Compile Include="FileSystem.cs" />
<Compile Include="FormatCatalog.cs" />