Package | Description |
---|---|
com.bigdata.io |
Modifier and Type | Interface and Description |
---|---|
interface |
IByteArrayBuffer
An interface for reading from and accessing a managed byte[] with access
methods similar to those of
ByteBuffer . |
interface |
IFixedDataRecord
Interface adds some methods for stream-based access to
IDataRecord . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFixedByteArrayBuffer
Efficient absolute get/put operations on a slice of a byte[].
|
class |
ByteArrayBuffer
A view on a mutable byte[] that may be extended.
|
class |
DataOutputBuffer
Fast special purpose serialization onto a managed byte[] buffer conforming to
the
DataOutput API. |
class |
FixedByteArrayBuffer
Efficient absolute get/put operations on a slice of a byte[].
|
Modifier and Type | Method and Description |
---|---|
IDataRecord |
IDataRecord.slice(int aoff,
int alen)
Return a slice of the backing buffer.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.