|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ByteArrayDataInput in com.google.common.io |
|---|
| Methods in com.google.common.io that return ByteArrayDataInput | |
|---|---|
static ByteArrayDataInput |
ByteStreams.newDataInput(byte[] bytes)
Returns a new ByteArrayDataInput instance to read from the bytes array from the beginning. |
static ByteArrayDataInput |
ByteStreams.newDataInput(byte[] bytes,
int start)
Returns a new ByteArrayDataInput instance to read from the bytes array, starting at the given position. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||