00001 /* 00002 * Generated by class-dump 3.1.1. 00003 * 00004 * class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard. 00005 */ 00006 00007 #import "NSObject.h" 00008 00009 @interface CPZEntry : NSObject 00010 { 00011 id <CPZArchiveInputStream> mInput; 00012 int mCompressionMethod; 00013 unsigned long long mCompressedSize; 00014 unsigned long long mUncompressedSize; 00015 unsigned long long mOffset; 00016 unsigned int mCrc; 00017 } 00018 00019 - (id)initFromCentralFileHeader:(const char *)fp8 inputStream:(id)fp12; 00020 - (void)dealloc; 00021 - (id)inputStream; 00022 - (id)data; 00023 - (void)copyToFile:(id)fp8; 00024 - (struct _xmlDoc *)xmlDocument; 00025 - (struct _xmlDoc *)recoverXmlDocument; 00026 - (struct _xmlTextReader *)xmlReader; 00027 00028 @end 00029