How to compress a String in Java?

前端 未结 10 1610
一向
一向 2020-11-28 05:28

I use GZIPOutputStream or ZIPOutputStream to compress a String (my string.length() is less than 20), but the compressed result is long

10条回答
提交回复
热议问题