public abstract class AbstractCodedRaba extends Object implements ICodedRaba
UnsupportedOperationException
for all
mutation operations.Modifier | Constructor and Description |
---|---|
protected |
AbstractCodedRaba() |
Modifier and Type | Method and Description |
---|---|
int |
add(byte[] a)
Append a byte[] value to the end of the logical byte[][] (optional
operation).
|
int |
add(byte[] value,
int off,
int len)
Append a byte[] value to the end of the logical byte[][] (optional
operation).
|
int |
add(DataInput in,
int len)
Append a byte[] value to the end of the logical byte[][] (optional
operation).
|
boolean |
isReadOnly()
Implementation is read-only.
|
Iterator<byte[]> |
iterator()
Basic implementation may be overridden if a faster implementation is
available.
|
void |
set(int index,
byte[] a)
Set the byte[] value at the specified index (optional operation).
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
data
public final boolean isReadOnly()
isReadOnly
in interface IRaba
public final int add(byte[] a)
IRaba
public final int add(byte[] value, int off, int len)
IRaba
public final int add(DataInput in, int len) throws IOException
IRaba
add
in interface IRaba
in
- The input stream from which the byte[] will be read.len
- The #of bytes to be read.IOException
public final void set(int index, byte[] a)
IRaba
set
in interface IRaba
index
- The index in [0:IRaba.size()
-1].a
- The byte[] value.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.