| Modifier and Type | Method and Description |
|---|---|
ByteArrayInput |
ByteArrayInput.reset(int offset,
int len)
Resets the offset and the limit of the internal buffer.
|
ByteArrayInput |
ByteArrayInput.setBounds(int offset,
int limit)
Sets the offset and limit (which effectively re-uses this input).
|
| Constructor and Description |
|---|
GraphByteArrayInput(ByteArrayInput input) |
GraphByteArrayInput(ByteArrayInput input,
int initialCapacity) |
Copyright © 2009-2015. All Rights Reserved.