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