Checksum.update

Feeds data into an existing #GChecksum. The checksum must still be open, that is glib.checksum.Checksum.getString or glib.checksum.Checksum.getDigest must not have been called on checksum.

class Checksum
void
update
(
ubyte[] data
)

Parameters

data ubyte[]

buffer used to compute the checksum