Package | Description |
---|---|
com.bigdata.btree.keys | |
com.bigdata.io |
Modifier and Type | Interface and Description |
---|---|
interface |
IKeyBuilder
Interface for building up variable
unsigned byte[] keys from
one or more primitive data types values and/or Unicode strings. |
Modifier and Type | Class and Description |
---|---|
class |
KeyBuilder
A class that may be used to form multi-component keys but which does not
support Unicode.
|
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 . |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
IManagedByteArray |
IManagedByteArray.append(byte b)
Append a byte into the managed byte[].
|
IManagedByteArray |
IManagedByteArray.append(byte[] a)
Append data into the managed byte[].
|
IManagedByteArray |
IManagedByteArray.append(byte[] a,
int off,
int len)
Append data into the managed byte[].
|
IManagedByteArray |
IManagedByteArray.reset()
Reset the buffer length to zero.
|
Constructor and Description |
---|
ManagedByteArrayOutputStream(IManagedByteArray buf) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.