rude b170f825e8 Add PhysFS 2.0.3. 12 years ago
..
TestApp b170f825e8 Add PhysFS 2.0.3. 12 years ago
AssemblyInfo.cs b170f825e8 Add PhysFS 2.0.3. 12 years ago
PhysFS.NET.csproj b170f825e8 Add PhysFS 2.0.3. 12 years ago
PhysFS.NET.sln b170f825e8 Add PhysFS 2.0.3. 12 years ago
PhysFS.cs b170f825e8 Add PhysFS 2.0.3. 12 years ago
PhysFSFileStream.cs b170f825e8 Add PhysFS 2.0.3. 12 years ago
PhysFS_DLL.cs b170f825e8 Add PhysFS 2.0.3. 12 years ago
README.txt b170f825e8 Add PhysFS 2.0.3. 12 years ago

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.