physfs/extras/PhysFS.NET
Gregory S. Read 48cb3c70ef -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
..
TestApp -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
AssemblyInfo.cs -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
PhysFS.NET.csproj -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
PhysFS.NET.sln -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
PhysFS.cs -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
PhysFSFileStream.cs -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
PhysFS_DLL.cs -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00
README.txt -First version of PhysFS.NET. 2003-01-07 23:35:10 +00:00

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.