is it possible to compress an avi file in java using some tool or by not using it..?
someone please reply me
is it possible to compress an avi file in java using some tool or by not using it..?
someone please reply me
Java provides standard Zip and GZip Outputstream using which you can compress the files. Or, you can go for 3rd Party libraries like Apache Commons Compress.