Updates the checksum with the given bytes.
Syntax
[Android.Runtime.Register("update", "([BII)V", "GetUpdate_arrayBIIHandler:Java.Util.Zip.IChecksumInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public
void Update (
byte[] buf,
int off,
int nbytes)
Parameters
- buf
- the byte array from which to read the bytes.
- off
- the initial position in buf to read the bytes from.
- nbytes
- the number of bytes to read from buf.
Remarks
Requirements
Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1