gzip - Java Compress Large File -
i'm working on app works large files each around 180mb , there 3 of them. add option app these files compressing them in zip or tar or something. best option compress them down as possible in java? tar? zip? gzip?
you can programmatically using apache compress.
Comments
Post a Comment