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