mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
Declare new methods.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@789 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e71c6fc2c0
commit
c8a88cede5
2 changed files with 24 additions and 0 deletions
|
@ -51,9 +51,21 @@
|
|||
+ coderReadingFromStream: (id <Streaming>)stream;
|
||||
+ coderReadingFromFile: (id <String>) filename;
|
||||
|
||||
+ coderWritingToStream: (id <Streaming>)stream;
|
||||
+ coderWritingToFile: (id <String>)filename;
|
||||
|
||||
+ decodeObjectFromStream: (id <Streaming>)stream;
|
||||
+ decodeObjectFromFile: (id <String>) filename;
|
||||
|
||||
- initForReadingFromStream: (id <Streaming>) stream
|
||||
formatVersion: (int)version;
|
||||
- initForReadingFromStream: (id <Streaming>) stream;
|
||||
|
||||
- initForWritingToStream: (id <Streaming>) s
|
||||
formatVersion: (int) version;
|
||||
- initForWritingToStream: (id <Streaming>) s;
|
||||
|
||||
|
||||
+ (void) setDefaultStreamClass: sc;
|
||||
+ defaultStreamClass;
|
||||
+ (int) defaultFormatVersion;
|
||||
|
|
|
@ -51,9 +51,21 @@
|
|||
+ coderReadingFromStream: (id <Streaming>)stream;
|
||||
+ coderReadingFromFile: (id <String>) filename;
|
||||
|
||||
+ coderWritingToStream: (id <Streaming>)stream;
|
||||
+ coderWritingToFile: (id <String>)filename;
|
||||
|
||||
+ decodeObjectFromStream: (id <Streaming>)stream;
|
||||
+ decodeObjectFromFile: (id <String>) filename;
|
||||
|
||||
- initForReadingFromStream: (id <Streaming>) stream
|
||||
formatVersion: (int)version;
|
||||
- initForReadingFromStream: (id <Streaming>) stream;
|
||||
|
||||
- initForWritingToStream: (id <Streaming>) s
|
||||
formatVersion: (int) version;
|
||||
- initForWritingToStream: (id <Streaming>) s;
|
||||
|
||||
|
||||
+ (void) setDefaultStreamClass: sc;
|
||||
+ defaultStreamClass;
|
||||
+ (int) defaultFormatVersion;
|
||||
|
|
Loading…
Reference in a new issue