Functions
calculateSimpleChecksum
uint16 ByteStream::calculateSimpleChecksum(
std::size_t from,
std::size_t to
) const

Calculates the simple checksum (simple addition of bytes) of the current bytestream

calculateFletcherChecksum
uint16 ByteStream::calculateFletcherChecksum(
std::size_t from,
std::size_t to
) const

Calculates the Fletcher checksum (position dependent checksum) of the current bytestream