Re: Subversion generic streams
From: Greg Stein <gstein_at_lyra.org>
Date: 2000-12-12 22:51:26 CET
On Tue, Dec 12, 2000 at 10:34:43AM -0500, Greg Hudson wrote:
Even easier:
*stream = svn_stream_create(pool, rs, read_string_fn, NULL /* write */,
One simple entry point which takes the appropriate functions and the baton.
It would also be simple to have utility functions:
svn_stream_create_ro(pool, rs, read_string_fn);
(seekable or read/write streams would use the full create() function; or we
Note that it remains quite easy for the creator of the stream. The user of
Cheers,
-- Greg Stein, http://www.lyra.org/Received on Sat Oct 21 14:36:17 2006 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.