Donald Duvall cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
..
TestApp cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
AssemblyInfo.cs cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
PhysFS.NET.csproj cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
PhysFS.NET.sln cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
PhysFS.cs cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
PhysFSFileStream.cs cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
PhysFS_DLL.cs cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos
README.txt cf62c14b18 initial commite %!s(int64=9) %!d(string=hai) anos

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.