Returns the char chunk, representing the char[] and offset/length. Valid only if T_CHARS or after a conversion was made. @return the char chunk
()
| 256 | * @return the char chunk |
| 257 | */ |
| 258 | public CharChunk getCharChunk() { |
| 259 | return charC; |
| 260 | } |
| 261 | |
| 262 | /** |
| 263 | * Returns the string value. Valid only if T_STR or after a conversion was made. |
no outgoing calls