Package | Description |
---|---|
com.bigdata.io |
Modifier and Type | Field and Description |
---|---|
static FixedByteArrayBuffer |
FixedByteArrayBuffer.EMPTY
An empty slice.
|
Modifier and Type | Method and Description |
---|---|
static FixedByteArrayBuffer |
AbstractFixedByteArrayBuffer.wrap(byte[] array)
A slice wrapping the entire array.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TestFixedByteArrayBuffer.assertRangeCheckAccepts(FixedByteArrayBuffer buf,
int aoff,
int alen)
Verify that the range check logic will accept the given arguments.
|
protected void |
TestFixedByteArrayBuffer.assertRangeCheckRejects(FixedByteArrayBuffer buf,
int aoff,
int alen)
Verify that the range check logic will reject the given arguments.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.