README.txt 449 B

12345678910
  1. PhysFS.NET is a library that encapsulates the PhysFS API into a .NET assembly.
  2. There are two class objects that are exposed in the assembly:
  3. PhysFS.cs
  4. This class exposes any non-filehandle specific functionality contained in
  5. the PhysFS library.
  6. PhysFSFileStream.cs
  7. A System.IO.Stream derived class which provides file access via the
  8. PhysFS API. Usage of this object is identical to a standard stream
  9. object.