Adler32Update Method (Byte, Int32, Int32) |
Updates the checksum with the bytes taken from the array.
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,
int offset,
int count
)
Public Sub Update (
buffer As Byte(),
offset As Integer,
count As Integer
)
public:
void Update(
array<unsigned char>^ buffer,
int offset,
int count
)
member Update :
buffer : byte[] *
offset : int *
count : int -> unit
Parameters
- buffer
- Type: SystemByte
an array of bytes
- offset
- Type: SystemInt32
the start of the data used for this update
- count
- Type: SystemInt32
the number of bytes to use for this update
See Also