Skip to content Skip to sidebar Skip to footer
Showing posts with the label Compression

Reduce File Size Of An Image

I have taken a picture with the android camera. The result is an byte array. I save it by writing i… Read more Reduce File Size Of An Image

Why Do Certain Zip Files Have Unknown File Content

background I stumbled across this problem here analysis according to the java docs for ZipEntry, so… Read more Why Do Certain Zip Files Have Unknown File Content

Android Get Compressed Size Of A File In A Zipfile

Is there a way to get the compressed filesize of one file inside a zip archive? ZipEntry.getSize() … Read more Android Get Compressed Size Of A File In A Zipfile