Skip to content

Latest commit

 

History

History
executable file
·
10 lines (9 loc) · 458 Bytes

README.txt

File metadata and controls

executable file
·
10 lines (9 loc) · 458 Bytes
 
Jan 7, 2003
Jan 7, 2003
1
2
3
4
5
6
7
8
9
10
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.