public class ConcatenatedValueSource extends Source
| Modifier and Type | Field and Description |
|---|---|
BigInteger |
length |
ImmutableList<Value> |
values |
| Modifier and Type | Method and Description |
|---|---|
static Optional<ConcatenatedValueSource> |
create(ImmutableList<Optional<Value>> optionalValues) |
boolean |
equals(Object obj) |
protected byte[] |
getData(BigInteger offset,
BigInteger length) |
int |
hashCode() |
protected boolean |
isAvailable(BigInteger offset,
BigInteger length) |
String |
toString() |
public final ImmutableList<Value> values
public final BigInteger length
public static Optional<ConcatenatedValueSource> create(ImmutableList<Optional<Value>> optionalValues)
protected byte[] getData(BigInteger offset, BigInteger length)
protected boolean isAvailable(BigInteger offset, BigInteger length)
isAvailable in class SourceCopyright © 2017. All rights reserved.