문제

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