public class LargeByteArray extends Object
| Constructor and Description |
|---|
LargeByteArray(long size) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getQuick(long index)
Get value at index.
|
long |
getSize() |
void |
setQuick(long index,
byte value)
Set value at index.
|
public void setQuick(long index,
byte value)
index - value - public byte getQuick(long index)
index - value - public long getSize()
Copyright © 2015. All Rights Reserved.