public class ByteRange$
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static ByteRange$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| ByteRange$() | 
| Modifier and Type | Method and Description | 
|---|---|
| ByteRange.Slice | apply(long first,
     long last) | 
| ByteRange.FromOffset | fromOffset(long offset) | 
| ByteRange.Suffix | suffix(long length)Constructs a range that spans the last `length` bytes of an entity. | 
public static final ByteRange$ MODULE$
public ByteRange.Slice apply(long first, long last)
public ByteRange.FromOffset fromOffset(long offset)
public ByteRange.Suffix suffix(long length)