Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有库可以将位压缩为长整数?我正在尝试压缩通过网络发送的位。将这些位放入 png 文件并传输它会更有意义吗?
我假设您只是想压缩数据,而不是您需要“长”。java.util.zip 包包含使用 zip/gzip 压缩读取/写入压缩数据的类。