/headers/OfficeImport/CPZArchiveMemoryInputStream.h

gehe zur Dokumentation dieser Datei
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 #import "CPZArchiveInputStreamProtocol.h"
00010 
00011 @class NSData;
00012 
00013 @interface CPZArchiveMemoryInputStream : NSObject <CPZArchiveInputStream>
00014 {
00015     NSData *mData;
00016     char *mBytes;
00017     long long mSize;
00018 }
00019 
00020 - (id)initWithData:(id)fp8;
00021 - (void)dealloc;
00022 - (const char *)dataAtOffset:(long long)fp8 size:(unsigned long)fp16 end:(long long)fp20 readSize:(unsigned int *)fp28;
00023 - (void)readFromOffset:(long long)fp8 size:(unsigned long)fp16 buffer:(char *)fp20;
00024 - (long long)size;
00025 
00026 @end
00027