@@ -303,10 +303,15 @@ * \return The number of bytes written */ - (size_t)writeFormat: (OFString*)fmt withArguments: (va_list)args; +/** + * \return The file descriptor for the stream. + */ +- (int)fileDescriptor; + /** * Closes the stream. */ - (void)close; @end