Tao.PhysFs SDK Documentation

Fs.PHYSFS_File Structure

A PhysicsFS file handle.

For a list of all members of this type, see Fs.PHYSFS_File Members.

System.Object
   System.ValueType
      Tao.PhysFs.Fs.PHYSFS_File

[Visual Basic]
Public Structure Fs.PHYSFS_File
[C#]
public struct Fs.PHYSFS_File

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

You get a pointer to one of these when you open a file for reading, writing, or appending via PhysicsFS.

As you can see from the lack of meaningful fields, you should treat this as opaque data. Don't try to manipulate the file handle, just pass the pointer you got, unmolested, to various PhysicsFS APIs.

Requirements

Namespace: Tao.PhysFs

Assembly: Tao.PhysFs (in Tao.PhysFs.dll)

See Also

Fs.PHYSFS_File Members | Tao.PhysFs Namespace | PHYSFS_openRead | PHYSFS_openWrite | PHYSFS_openAppend | PHYSFS_close | PHYSFS_read | PHYSFS_write | PHYSFS_seek | PHYSFS_tell | PHYSFS_eof | PHYSFS_setBuffer | PHYSFS_flush