mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
c41f111e70
commit
4cac0bc1f1
1 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue