'Declaration Public Function GetStreamCRC32( _ ByVal stream As System.IO.Stream _ ) As System.Long
'Usage Dim instance As Encryption Dim stream As System.IO.Stream Dim value As System.Long value = instance.GetStreamCRC32(stream)
public System.long GetStreamCRC32( System.IO.Stream stream )
public function GetStreamCRC32( stream: System.IO.Stream ): System.Int64;
public function GetStreamCRC32( stream : System.IO.Stream ) : System.long;
public: System.long GetStreamCRC32( System.IO.Stream* stream )
public: System.int64 GetStreamCRC32( System.IO.Stream^ stream )
Parameters
- stream