jarol.messages
Interface MessageFooter

All Superinterfaces:
MessagePart

public interface MessageFooter
extends MessagePart

Message footer interface. Each message group has its own way of encoding the footer, if it defines a footer. The footer is optional but if it exists for a message set, it may be used to encode message checksums.

Version:
0.1
Author:
Eduardo Marques

Method Summary
 long getChecksum()
          Get check sum field.
 void setChecksum(long csum)
          Set check sum field.
 
Methods inherited from interface jarol.messages.MessagePart
dump, serialize, serialSize, unserialize, validate
 

Method Detail

setChecksum

void setChecksum(long csum)
Set check sum field.

Parameters:
csum - the value of the check sum to set.

getChecksum

long getChecksum()
Get check sum field.

Returns:
the value of the check sum field