Bugs item #1439657, was opened at 2006-02-27 14:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1439657&group_id=23735
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthias Radestock (mradestock)
Assigned to: Nobody/Anonymous (nobody)
Summary: undocumented and missing buffer i/o functions
Initial Comment:
The functions
open-input-buffer
open-output-buffer
get-output-buffer
exported by the 'buffers' module appear to be undocumented.
I reckon these functions should actually go into a
buffer-io module, analogous to string-io. That module
should also export the (currently missing) wrapper
functions with-{input-from,output-to}-buffer, and
call-with-{input,output}-buffer.
We could also add predicates buffer-output-port? and
buffer-input-port? though we'd not be able to come up
with types since buffer ports are just binary ports
which happen to read from/write to a ByteArray stream.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=379534&aid=1439657&group_id=23735
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
|