Tao.PhysFs SDK Documentation

Fs.PHYSFS_read Method (IntPtr, Int16[], UInt32, UInt32)

[Visual Basic]
Overloads Public Shared Function PHYSFS_read( _
   ByVal handle As IntPtr, _
   ByRef buffer As Short(), _
   ByVal objSize As UInt32, _
   ByVal objCount As UInt32 _
) As Long
[C#]
public static long PHYSFS_read(
   IntPtr handle,
   out short[] buffer,
   uint objSize,
   uint objCount
);

See Also

Fs Class | Tao.PhysFs Namespace | Fs.PHYSFS_read Overload List