|
|
|
|
|
class StringReadByteBuffer
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::StringReadByteBuffer Class Reference#include <ByteBuffer.h>
Inheritance diagram for acdk::lang::StringReadByteBuffer:
List of all members.
Detailed Description
This class holds a String, whereas the String::characterClass() must already have the correct encoding.
Member Typedef Documentation
Constructor & Destructor Documentation
acdk::lang::StringReadByteBuffer::StringReadByteBuffer |
( |
IN(RString) |
str, |
|
|
int |
start = 0, |
|
|
int |
end = -1 |
|
) |
[inline] |
|
Member Function Documentation
virtual byte* acdk::lang::StringReadByteBuffer::begin |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::StringReadByteBuffer::clone |
( |
|
) |
[inline, virtual] |
|
virtual RReadByteBuffer acdk::lang::StringReadByteBuffer::createReadSlice |
( |
int |
start = 0, |
|
|
int |
end = -1, |
|
|
SliceType |
sliceType = ShadowSlice |
|
) |
[virtual] |
|
virtual byte* acdk::lang::StringReadByteBuffer::end |
( |
|
) |
[inline, virtual] |
|
int acdk::lang::StringReadByteBuffer::endOffset |
( |
|
) |
[inline] |
|
byte acdk::lang::StringReadByteBuffer::get |
( |
int |
idx |
) |
[inline, virtual] |
|
int acdk::lang::StringReadByteBuffer::length |
( |
|
) |
[inline] |
|
int acdk::lang::StringReadByteBuffer::startOffset |
( |
|
) |
[inline] |
|
virtual bool acdk::lang::StringReadByteBuffer::supportNativeIterator |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
|