possibiity needed to convert long intege to small value

Hi All, Is there any possibility to convert the value?String string="0123456789564123" to small valuethat is length of the string to small size.i use 1)GZip algorithm2)integer to hexadecimal conversion
[243 byte] By [sebas.navina] at [2007-11-27 8:40:05]
# 1
> Hi All,> Is there any possibility to convert the> value?> > > String string="0123456789564123" to small valuesmall value? please define?
petes1234a at 2007-7-12 20:38:22 > top of Java-index,Java Essentials,Java Programming...
# 2
HI Petes,length of the string want to decrease using some compression technique.
sebas.navina at 2007-7-12 20:38:22 > top of Java-index,Java Essentials,Java Programming...
# 3
> HI Petes,> length of the string want to decrease> using some compression technique.Sorry, this is just not registering in my small brain. Could you spell this out? Do it as if I were a 5th grader and maybe I'll understand it.
petes1234a at 2007-7-12 20:38:22 > top of Java-index,Java Essentials,Java Programming...
# 4
He wants to reduce the size it will take as in make it use less disk space..
Overkilla at 2007-7-12 20:38:22 > top of Java-index,Java Essentials,Java Programming...
# 5

> Hi All,

> Is there any possibility to convert the

> value?

>

>

> String string="0123456789564123" to small value

>

> that is length of the string to small size.i use

>

> 1)GZip algorithm

> 2)integer to hexadecimal conversion

Are you the same as this guy?

http://forum.java.sun.com/thread.jspa?threadID=5186576

http://forum.java.sun.com/thread.jspa?threadID=5181300

If so, why did you create a new user name and post this same question again?

If you're not the same, then my apologies for jumping to the conclusion that you are. But please do read the answers from those threads: they apply to your question as well.

prometheuzza at 2007-7-12 20:38:23 > top of Java-index,Java Essentials,Java Programming...
# 6
lord give me strength, it's got to be the same guy.
petes1234a at 2007-7-12 20:38:23 > top of Java-index,Java Essentials,Java Programming...