NetWrok.HTTP.Zlib.CRC32.GetCrc32 C# (CSharp) Method

GetCrc32() public method

Returns the CRC32 for the specified stream.
public GetCrc32 ( System input ) : Int32
input System The stream over which to calculate the CRC32
return System.Int32
        public Int32 GetCrc32(System.IO.Stream input)
        {
            return GetCrc32AndCopy (input, null);
        }