Package org.jclouds.glacier.util
Class ContentRange
java.lang.Object
org.jclouds.glacier.util.ContentRange
This class represents a range of bytes.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ContentRange
build
(long from, long to) boolean
static ContentRange
fromPartNumber
(long partNumber, long partSizeInMB) static ContentRange
fromString
(String contentRangeString) long
getFrom()
long
getTo()
int
hashCode()
toString()