mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-14 10:00:55 +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
b5f8e0ceb8
commit
c4ac3de73f
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
|
@end
|
||||||
|
|
Loading…
Reference in a new issue