/headers/Foundation/NSMutableData.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 NSMutableData : NSData
00010 {
00011 }
00012 
00013 + (id)allocWithZone:(struct _NSZone *)fp8;
00014 + (id)dataWithCapacity:(unsigned int)fp8;
00015 + (id)dataWithLength:(unsigned int)fp8;
00016 - (void *)mutableBytes;
00017 - (void)setLength:(unsigned int)fp8;
00018 - (Class)classForCoder;
00019 - (void)replaceBytesInRange:(struct _NSRange)fp8 withBytes:(const void *)fp16 length:(unsigned int)fp20;
00020 - (void)appendBytes:(const void *)fp8 length:(unsigned int)fp12;
00021 - (void)appendData:(id)fp8;
00022 - (void)increaseLengthBy:(unsigned int)fp8;
00023 - (void)replaceBytesInRange:(struct _NSRange)fp8 withBytes:(const void *)fp16;
00024 - (void)resetBytesInRange:(struct _NSRange)fp8;
00025 - (void)setData:(id)fp8;
00026 - (id)initWithCapacity:(unsigned int)fp8;
00027 - (id)initWithLength:(unsigned int)fp8;
00028 
00029 @end
00030