([Encoder -encodeBytes:count:withName:]): Method implemented; although

it may need to change later.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-03-19 18:32:49 +00:00
parent a737a8e65f
commit e3a2c20e9d

View file

@ -334,7 +334,10 @@ my_object_is_class(id object)
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 encodeName: name];
[[cstream stream] writeBytes: b length: c];
}