23 May
2005
23 May
'05
4:18 p.m.
Andre Pang writes:
[...] if I could use hGetBuf and somehow efficiently create an array from a (Ptr Word8).
I've never actually tried this, but shouldn't it be possible to create a 'StorableArray' and have hGetBufNonBlocking read into that with the help of 'withStorableArray'? Peter