It is not a valid archive. I don't know what format this file use but it is neither Gzip nor Zip (and I don't even think it's an archive; that looks like an encrypted string).
You can have a look at example in #1. There is the url which is viewable in browser (webview and browser on pc too).
In 2. try the result from this url is loaded with httputil2 and saved to sdcard... THIS file is not what you see in webview. My Firefox (LiveHeaders) states that the content of this url is compressed with GZIP.
You can have a look at example in #1. There is the url which is viewable in browser (webview and browser on pc too).
In 2. try the result from this url is loaded with httputil2 and saved to sdcard... THIS file is not what you see in webview. My Firefox (LiveHeaders) states that the content of this url is compressed with GZIP.
it.wikipedia.org
Col termine gzip si fa spesso riferimento all'omonimo formato di file, che è composto da:
una intestazione di 10 byte contenente un magic number, una versione del programma e un timestamp;
intestazioni addizionali facoltative, come ad esempio il nome originale del file;
un corpo centrale, contenente un insieme di dati compressi;
8 byte finali contenenti un checksum di tipo CRC-32 dei dati e la loro lunghezza originaria.
-------------------------------------------------------------------------------------------------------
"gzip" is often also used to refer to the gzip file format, which is:
a 10-byte header, containing a magic number (1f 8b), a version number and a timestamp
optional extra headers, such as the original file name,