Deve 028334f92a Better building system. 9 лет назад
..
TestApp 028334f92a Better building system. 9 лет назад
AssemblyInfo.cs 028334f92a Better building system. 9 лет назад
PhysFS.NET.csproj 028334f92a Better building system. 9 лет назад
PhysFS.NET.sln 028334f92a Better building system. 9 лет назад
PhysFS.cs 028334f92a Better building system. 9 лет назад
PhysFSFileStream.cs 028334f92a Better building system. 9 лет назад
PhysFS_DLL.cs 028334f92a Better building system. 9 лет назад
README.txt 028334f92a Better building system. 9 лет назад

README.txt

PhysFS.NET is a library that encapsulates the PhysFS API into a .NET assembly.

There are two class objects that are exposed in the assembly:
PhysFS.cs
This class exposes any non-filehandle specific functionality contained in
the PhysFS library.
PhysFSFileStream.cs
A System.IO.Stream derived class which provides file access via the
PhysFS API. Usage of this object is identical to a standard stream
object.