public static final class ByteRange.FromOffset extends ByteRange implements scala.Product, java.io.Serializable
ByteRange.FromOffset, ByteRange.FromOffset$, ByteRange.Slice, ByteRange.Slice$, ByteRange.Suffix, ByteRange.Suffix$
Constructor and Description |
---|
FromOffset(long offset) |
Modifier and Type | Method and Description |
---|---|
java.util.OptionalLong |
getOffset()
Java API
|
boolean |
isFromOffset()
Java API
|
long |
offset() |
<R extends Rendering> |
render(R r) |
apply, fromOffset, getSliceFirst, getSliceLast, getSuffixLength, isSlice, isSuffix, suffix
createFromOffset, createSlice, createSuffix
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
value
toString
public long offset()
public <R extends Rendering> Rendering render(R r)
render
in interface Renderable
public boolean isFromOffset()
isFromOffset
in class ByteRange