#include <jarfile_support.h>
Public Member Functions | |
| JarEntry () | |
| const char * | GetPath () const |
| unsigned int | GetContentSize () const |
| bool | GetContent (unsigned char *content) const |
| void | ConstructFixed (const unsigned char *stream) |
| int | GetJarIndex () const |
Static Public Member Functions | |
| static bool | IsDirEntryMagic (const unsigned char *stream) |
| static bool | IsFileEntryMagic (const unsigned char *stream) |
| static bool | IsEODMagic (const unsigned char *stream) |
| static bool | IsPK (const unsigned char *stream) |
Protected Attributes | |
| JarCompressedOffset | m_contentOffset |
| int | m_jarFileIdx |
Friends | |
| class | JarFile |
| class | JarEntryCache |
| JarEntry.JarEntry | ( | ) |
| const char* JarEntry.GetPath | ( | ) | const |
| unsigned int JarEntry.GetContentSize | ( | ) | const |
| bool JarEntry.GetContent | ( | unsigned char * | content | ) | const |
| void JarEntry.ConstructFixed | ( | const unsigned char * | stream | ) |
| int JarEntry.GetJarIndex | ( | ) | const |
| static bool JarEntry.IsDirEntryMagic | ( | const unsigned char * | stream | ) | [static] |
| static bool JarEntry.IsFileEntryMagic | ( | const unsigned char * | stream | ) | [static] |
| static bool JarEntry.IsEODMagic | ( | const unsigned char * | stream | ) | [static] |
| static bool JarEntry.IsPK | ( | const unsigned char * | stream | ) | [static] |
friend class JarFile [friend] |
friend class JarEntryCache [friend] |
JarCompressedOffset JarEntry.m_contentOffset [protected] |
int JarEntry.m_jarFileIdx [protected] |
Genereated on Tue Mar 11 19:26:01 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.