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, suffixcreateFromOffset, createSlice, createSuffixclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefixvaluetoStringpublic long offset()
public <R extends Rendering> Rendering render(R r)
render in interface Renderablepublic boolean isFromOffset()
isFromOffset in class ByteRange