2 docCopyright("Steve Dekorte", 2002)
3 docLicense("BSD revised")
6 #ifndef IOOBJECT_PERSISTENCE_DEFINED
7 #define IOOBJECT_PERSISTENCE_DEFINED 1
15 void IoObject_writeToStream_(IoObject
*self
, BStream
*stream
);
16 IoObject
*IoObject_allocFromStream_(IoObject
*self
, BStream
*stream
);
17 void IoObject_writeStream_(IoObject
*self
, BStream
*stream
);