Declare designated method for reading.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@2044 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1997-01-12 18:47:10 +00:00
parent c41f111e70
commit 4cac0bc1f1

View file

@ -1,5 +1,5 @@
/* Interface for GNU Objective-C stream object for use in archiving
Copyright (C) 1996 Free Software Foundation, Inc.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Written: Jan 1996
@ -54,6 +54,10 @@
+ cStreamWritingToStream: (id <Streaming>) stream;
+ cStreamWritingToFile: (NSString*) filename;
/* This is the designated initializer for reading. Don't call it yourself. */
- _initForReadingFromPostSignatureStream: (id <Streaming>)s
withFormatVersion: (int)version;
@end
#endif /* __CStream_h_GNUSTEP_BASE_INCLUDE */