Tao.PhysFs SDK Documentation

Fs.PHYSFS_eof Method 

Check for end-of-file state on a PhysicsFS filehandle.

[Visual Basic]
Public Shared Function PHYSFS_eof( _
   ByVal handle As IntPtr _
) As Integer
[C#]
public static int PHYSFS_eof(
   IntPtr handle
);

Parameters

handle
handle returned from PHYSFS_openRead.

Return Value

nonzero if EOF, zero if not.

Remarks

Determine if the end of file has been reached in a PhysicsFS filehandle.

See Also

Fs Class | Tao.PhysFs Namespace | PHYSFS_read | PHYSFS_tell