0

Someone knows a java library to decode/encode SDCH compression??? it has been created by Google and implemented in their Google Chrome web browser... so it will be a standard soon

Some links about it: http://en.wikipedia.org/wiki/Shared_Dictionary_Compression_Over_HTTP http://google-opensource.blogspot.ie/2008/09/open-vcdiff-encoder-and-decoder-for-rfc.html

Thanks!

Curro
  • 1,331
  • 1
  • 13
  • 24

1 Answers1

1

SDCH is the name of the standard which applies the VCDIFF compression algorithm to HTTP. The web page lists implementations. One is Xdelta.

Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820