Table of Contents

Interface IChecksum

Namespace
Java.Util.Zip
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IChecksum

Properties

Value

long Value { get; }

Property Value

long

Methods

Reset()

void Reset()

Update(ByteBuffer)

void Update(ByteBuffer arg0)

Parameters

arg0 ByteBuffer

ByteBuffer

Update(byte[])

void Update(byte[] arg0)

Parameters

arg0 byte[]

byte

Update(byte[], int, int)

void Update(byte[] arg0, int arg1, int arg2)

Parameters

arg0 byte[]

byte

arg1 int

int

arg2 int

int

Update(int)

void Update(int arg0)

Parameters

arg0 int

int