¡@

Home 

2014/10/16 ¤W¤È 08:13:52

android Programming Glossary: fskip

Cannot extract file from ZIP archive created on Android (device/OS specific)

http://stackoverflow.com/questions/11039079/cannot-extract-file-from-zip-archive-created-on-android-device-os-specific

of first Central Directory Entry long lfh_offset 0 long fskip dskip while true r.seek cde_offset if readInt r CDE_SIGNATURE.. return r.seek cde_offset 20 compressed file size offset fskip readInt r fix the header r.seek lfh_offset 7 short localFlagsHi.. lfh_offset 26 offset of variable LFH parts length in LFH fskip readShort r file name fskip readShort r extra field fskip..

Cannot extract file from ZIP archive created on Android (device/OS specific)

http://stackoverflow.com/questions/11039079/cannot-extract-file-from-zip-archive-created-on-android-device-os-specific

of first CDE in EOCD long cde_offset readInt r read offset of first Central Directory Entry long lfh_offset 0 long fskip dskip while true r.seek cde_offset if readInt r CDE_SIGNATURE got off sync return r.seek cde_offset 20 compressed file.. r.seek cde_offset if readInt r CDE_SIGNATURE got off sync return r.seek cde_offset 20 compressed file size offset fskip readInt r fix the header r.seek lfh_offset 7 short localFlagsHi r.readByte hi order byte of local header flags general.. break calculate offset of next Local File Header r.seek lfh_offset 26 offset of variable LFH parts length in LFH fskip readShort r file name fskip readShort r extra field fskip 30 length of fixed LFH part fskip 16 length of Data Descriptor..