I just want to read it as its own "String" but a view is fine -- I don't need it to be materialized as a separate object. I'd prefer to not incur the overhead of creating a new object.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can access the characters one by one with the Note that if you call |
|||||
|
|
The only thing I could think of is setting it to the same variable that it originally was. Ex:
|
|||
|
|
substring(and most/all of the other string operations) backed by the samechararray? – Clockwork-Muse Aug 25 '11 at 21:55offsetandlengthbut uses the samechar[]. – f1sh Aug 25 '11 at 23:22