fr.inria.oadymppac.parsing.gentra4cp.event.header
Class DefaultChecksumEvent
java.lang.Object
fr.inria.oadymppac.parsing.event.AbstractEvent
fr.inria.oadymppac.parsing.gentra4cp.event.header.DefaultChecksumEvent
- All Implemented Interfaces:
- ChecksumAttributes, ChecksumEvent, Event
- public class DefaultChecksumEvent
- extends AbstractEvent
- implements ChecksumEvent
- Author:
- raf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface fr.inria.oadymppac.parsing.event.Event |
getValue, init |
DefaultChecksumEvent
public DefaultChecksumEvent()
getChecksum
public java.lang.String getChecksum()
- Specified by:
getChecksum
in interface ChecksumEvent
- Returns:
- Returns the checksum.
setChecksum
public void setChecksum(java.lang.String checksum)
- Specified by:
setChecksum
in interface ChecksumEvent
- Parameters:
checksum
- The checksum to set.
init
public void init(ContentHandler handler,
char[] ch,
int start,
int length)
- Specified by:
init
in interface Event
- Overrides:
init
in class AbstractEvent
reset
public void reset()
- Specified by:
reset
in interface Event
- Overrides:
reset
in class AbstractEvent