Вопрос

Are there libraries to compress bits into longs? I am trying to compress bits that I send over a network. Would it make more sense to just put the bits in a png file and transfer that?

Это было полезно?

Решение

I assume you're just trying to compress data, not that you need "longs". The java.util.zip package contains classes for reading/writing compressed data using zip/gzip compression.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top