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

com.bazaarvoice.emodb.blob.api.RangeSpecification Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.blob.api;

public interface RangeSpecification {
    /**
     * Converts a range specification into a specific range, given the actual size of a blob.
     * @throws RangeNotSatisfiableException if the computed range does not contain at least one byte.
     */
    Range getRange(long blobLength) throws RangeNotSatisfiableException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy