mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([NSGArchiver -initForWritingWithMutableData:]): New method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@439 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
81c55dff14
commit
752a27ebd4
1 changed files with 6 additions and 0 deletions
|
@ -39,4 +39,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* This is the designated initializer */
|
||||
- (id) initForWritingWithMutableData: (NSMutableData*)mdata
|
||||
{
|
||||
[self initEncodingOnStream:mdata];
|
||||
return self;
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue