|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IDataRecord | |
|---|---|
| com.bigdata.io | |
| Uses of IDataRecord in com.bigdata.io |
|---|
| Subinterfaces of IDataRecord in com.bigdata.io | |
|---|---|
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. |
| Classes in com.bigdata.io that implement IDataRecord | |
|---|---|
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[]. |
| Methods in com.bigdata.io that return IDataRecord | |
|---|---|
IDataRecord |
IDataRecord.slice(int aoff,
int alen)
Return a slice of the backing buffer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||