public abstract class Source extends Object
| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract byte[] |
getData(long offset,
int size) |
Slice |
slice(long offset,
int size) |
public Slice slice(long offset, int size) throws IOException
IOExceptionprotected abstract byte[] getData(long offset,
int size)
throws IOException
IOExceptionCopyright © 2017. All rights reserved.