public static class ContentRange.TailFrom
extends ContentRange
Represents a Content-Range
bounded at the beginning (skip first bytes, show tail)
ContentRange.Bounded, ContentRange.Suffix, ContentRange.TailFrom
Constructor and Description |
---|
TailFrom(long from)
Represents a
Content-Range bounded at the beginning (skip first bytes, show tail) |
Modifier and Type | Method and Description |
---|---|
long |
component1()
index from which the content should begin
|
ContentRange.TailFrom |
copy(long from)
Represents a
Content-Range bounded at the beginning (skip first bytes, show tail) |
boolean |
equals(java.lang.Object p) |
long |
getFrom()
index from which the content should begin
|
int |
hashCode() |
java.lang.String |
toString() |
public TailFrom(long from)
Represents a Content-Range
bounded at the beginning (skip first bytes, show tail)
from
- index from which the content should beginpublic java.lang.String toString()
public long getFrom()
index from which the content should begin
public long component1()
index from which the content should begin
public ContentRange.TailFrom copy(long from)
Represents a Content-Range
bounded at the beginning (skip first bytes, show tail)
public int hashCode()
public boolean equals(java.lang.Object p)