([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:
Andrew McCallum 1996-03-19 18:33:07 +00:00
parent e3a2c20e9d
commit deba918381

View file

@ -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