[jboss-dev-forums] [Design of JBoss Portal] - common.text package update
julien@jboss.com
do-not-reply at jboss.com
Tue Aug 28 06:06:32 EDT 2007
I worked on the common.text package in order to:
1/ introduce concept of CharWriter (similar to java.lang.CharSequence but for write operations).
2/ introduce CharEncoder which defines an interface for encoding char stream to char stream.
3/ reimplement FastURLEncoder in a more reliable and faster way (java.netURLEncoder is broken and slow).
4/ implement FastURLDecoder for decoding x-www-formurl-encoded strings in a reliable and fast way (java.netURLDecoder is broken and slow).
5/ added TextTools (similar to other XXXTools).
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078671#4078671
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078671
More information about the jboss-dev-forums
mailing list