Returns the byte chunk, representing the byte[] and offset/length. Valid only if T_BYTES or after a conversion was made. @return the byte chunk
()
| 246 | * @return the byte chunk |
| 247 | */ |
| 248 | public ByteChunk getByteChunk() { |
| 249 | return byteC; |
| 250 | } |
| 251 | |
| 252 | /** |
| 253 | * Returns the char chunk, representing the char[] and offset/length. Valid only if T_CHARS or after a conversion |
no outgoing calls