public abstract class Source extends Object
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract byte[] |
getData(BigInteger offset,
BigInteger length) |
protected abstract boolean |
isAvailable(BigInteger offset,
BigInteger length) |
protected abstract byte[] getData(BigInteger offset, BigInteger length)
protected abstract boolean isAvailable(BigInteger offset, BigInteger length)
Copyright © 2017. All rights reserved.