diff options
Diffstat (limited to 'tools/aapt/ZipEntry.h')
| -rw-r--r-- | tools/aapt/ZipEntry.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/aapt/ZipEntry.h b/tools/aapt/ZipEntry.h index 7f721b46321a..c2f3227cf230 100644 --- a/tools/aapt/ZipEntry.h +++ b/tools/aapt/ZipEntry.h @@ -72,6 +72,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. */ @@ -186,11 +191,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. */ |
