Java.Util.Zip.IChecksum.Update Method
Updates the checksum value with the given byte.

Syntax

[Android.Runtime.Register("update", "(I)V", "GetUpdate_IHandler:Java.Util.Zip.IChecksumInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void Update (int val)

Parameters

val
the byte to update the checksum with.

Remarks

Updates the checksum value with the given byte.

[Android Documentation]

Requirements

Namespace: Java.Util.Zip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1