开发者

Manipulating big blocks of text

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜