开发者

Manipulating big blocks of text

开发者 https://www.devze.com 2022-12-30 22:35 出处:网络
Is there a way of manipulating big blocks of text? For example, I have a web site where users can write fictions. The String class is insufficient for storing chapters so someone found a workaround b

Is there a way of manipulating big blocks of text?

For example, I have a web site where users can write fictions. The String class is insufficient for storing chapters so someone found a workaround by mapping to a Blob. That's for persisten开发者_运维百科ce and in general I'm wondering if there are alternatives to using String arrays.


Or StringBuilder, the unsynchronized but faster version of StringBuffer.


How about using StringBuffers.

0

精彩评论

暂无评论...
验证码 换一张
取 消