@Immutable public final class ByteRange extends Object
| Constructor and Description |
|---|
ByteRange(int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEnd() |
int |
getStart() |
int |
hashCode() |
static ByteRange |
parse(String byteRange,
int resourceLength) |
String |
toString() |
public int getStart()
public int getEnd()
public static ByteRange parse(String byteRange, int resourceLength) throws NumberFormatException
NumberFormatExceptionCopyright © 2015. All rights reserved.