/headers/Foundation/NSConcreteData.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 <Foundation/NSData.h>
00008 
00009 @interface NSConcreteData : NSData
00010 {
00011     unsigned int _inline:1;
00012     unsigned int _shouldFree:1;
00013     unsigned int _hasVM:1;
00014     unsigned int _retainCount:29;
00015     unsigned int _length;
00016     unsigned int _capacity;
00017     void *_bytes;
00018     unsigned char _space;
00019 }
00020 
00021 - (unsigned int)length;
00022 - (const void *)bytes;
00023 - (id)copyWithZone:(struct _NSZone *)fp8;
00024 - (BOOL)_bytesAreVM;
00025 - (void)getBytes:(void *)fp8;
00026 - (void)getBytes:(void *)fp8 length:(unsigned int)fp12;
00027 - (void)getBytes:(void *)fp8 range:(struct _NSRange)fp12;
00028 - (id)init;
00029 - (id)initWithBytes:(void *)fp8 length:(unsigned int)fp12 copy:(BOOL)fp16 freeWhenDone:(BOOL)fp20 bytesAreVM:(BOOL)fp24;
00030 - (void)dealloc;
00031 - (void)finalize;
00032 
00033 @end
00034