|
|
|
|
|
class ArrayReadByteBuffer
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::ArrayReadByteBuffer Class Reference#include <ByteBuffer.h>
Inheritance diagram for acdk::lang::ArrayReadByteBuffer:
List of all members.
Detailed Description
wrapps a a byteArray as ByteBuffer
Member Typedef Documentation
Constructor & Destructor Documentation
acdk::lang::ArrayReadByteBuffer::ArrayReadByteBuffer |
( |
IN(RbyteArray) |
ba, |
|
|
int |
start = 0, |
|
|
int |
end = -1 |
|
) |
[inline] |
|
|
creates a ReadByteBuffer from a byteArray with given absolut start and end offsets
|
Member Function Documentation
virtual byte* acdk::lang::ArrayReadByteBuffer::begin |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::ArrayReadByteBuffer::clone |
( |
|
) |
[inline, virtual] |
|
virtual RReadByteBuffer acdk::lang::ArrayReadByteBuffer::createReadSlice |
( |
int |
start = 0, |
|
|
int |
end = -1, |
|
|
SliceType |
sliceType = ShadowSlice |
|
) |
[virtual] |
|
virtual byte* acdk::lang::ArrayReadByteBuffer::end |
( |
|
) |
[inline, virtual] |
|
int acdk::lang::ArrayReadByteBuffer::endOffset |
( |
|
) |
[inline] |
|
byte acdk::lang::ArrayReadByteBuffer::get |
( |
int |
idx |
) |
[inline, virtual] |
|
int acdk::lang::ArrayReadByteBuffer::length |
( |
|
) |
[inline] |
|
int acdk::lang::ArrayReadByteBuffer::startOffset |
( |
|
) |
[inline] |
|
virtual bool acdk::lang::ArrayReadByteBuffer::supportNativeIterator |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
|