All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.tos.internal.model.TosRepeatableChecksum Maven / Gradle / Ivy

The newest version!
package com.volcengine.tos.internal.model;

import java.util.zip.Checksum;

public interface TosRepeatableChecksum extends Checksum {
    /**
     * mark the current computed checksum value,
     * reset the checksum sum value to the lastChecksumValue
     * while calling reset() method in the CheckedInputStream.
     */
    void markCurrentValue();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy