]> git.saurik.com Git - android/aapt.git/blobdiff - ZipEntry.h
am 6892f1ec: am 0f6471ac: Merge "Fix issue #6641368: can\'t launch gallery" into...
[android/aapt.git] / ZipEntry.h
index 7f721b46321a16a112c8ff707fd349841d9c8a21..c2f3227cf230bc92ec998adc905920b0ecf7e449 100644 (file)
@@ -71,6 +71,11 @@ public:
      */
     off_t getCompressedLen(void) const { return mCDE.mCompressedSize; }
 
+    /*
+     * Return the offset of the local file header.
+     */
+    off_t getLFHOffset(void) const { return mCDE.mLocalHeaderRelOffset; }
+
     /*
      * Return the absolute file offset of the start of the compressed or
      * uncompressed data.
@@ -185,11 +190,6 @@ protected:
      */
     void setModWhen(time_t when);
 
-    /*
-     * Return the offset of the local file header.
-     */
-    off_t getLFHOffset(void) const { return mCDE.mLocalHeaderRelOffset; }
-
     /*
      * Set the offset of the local file header, relative to the start of
      * the current file.