UpdateCRC Method (b)
From DotNetZip
Process one byte in the CRC.
| C# | Visual Basic | Visual C++ |
public void UpdateCRC( byte b )
Public Sub UpdateCRC ( _ b As Byte _ )
public: void UpdateCRC( unsigned char b )
- b (Byte)
- the byte to include into the CRC .