mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Declare new method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@818 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ca29ea6a80
commit
6991e266a7
2 changed files with 10 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
int indentation;
|
||||
}
|
||||
|
||||
/* These are standard ways to create a new CStream from a Stream
|
||||
/* These are the standard ways to create a new CStream from a Stream
|
||||
that is open for reading.
|
||||
It reads the CStream signature at the beginning of the file, and
|
||||
automatically creates the appropriate subclass of CStream with
|
||||
|
@ -47,6 +47,10 @@
|
|||
that is open for writing. */
|
||||
- initForWritingToFile: (id <String>) filename;
|
||||
- initForWritingToStream: (id <Streaming>) stream;
|
||||
|
||||
- initForWritingToStream: (id <Streaming>) s
|
||||
withFormatVersion: (int)version;
|
||||
|
||||
+ cStreamWritingToStream: (id <Streaming>) stream;
|
||||
+ cStreamWritingToFile: (id <String>) filename;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue