How to split a string in two parts : one part with first three characters & another part with leftover characters ?
(I finally need to convert both splitted substrings to Bytebuffers).
|
How to split a string in two parts : one part with first three characters & another part with leftover characters ? (I finally need to convert both splitted substrings to Bytebuffers). |
|||
|
To turn a sub string String into a byte buffer
|
|||
|
|
substring(...)methods. – Bart Kiers Nov 14 '11 at 10:46