Adler32Update Method (Byte) |
Updates the checksum with an array of bytes.
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public void Update(
byte[] buffer
)
Public Sub Update (
buffer As Byte()
)
public:
void Update(
array<unsigned char>^ buffer
)
member Update :
buffer : byte[] -> unit
Parameters
- buffer
- Type: SystemByte
The source of the data to update with.
See Also