mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([Decoder -decodeBytes:count:withName:name]): Method implemented;
although it may need to change later. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1222 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e3a2c20e9d
commit
deba918381
1 changed files with 4 additions and 1 deletions
|
@ -299,7 +299,10 @@
|
|||
count: (unsigned*)c
|
||||
withName: (id <String> *) name
|
||||
{
|
||||
[self notImplemented:_cmd];
|
||||
/* xxx Is this what we want?
|
||||
It won't be cleanly readable in TextCStream's. */
|
||||
[cstream decodeName: name];
|
||||
[[cstream stream] readBytes: b length: c];
|
||||
}
|
||||
|
||||
- (unsigned char) decodeTag
|
||||
|
|
Loading…
Reference in a new issue