Availability:C-language interface function
int PL_get_stream_from_blob(atom_t
b, IOSTREAM **s, int flags)Same as PL_get_stream(),
but operates directly on the blob b. This allows for foreign
code that wishes long term access to a stream to maintain a handle to
the stream as a (registered) atom_t
object rather than a IOSTREAM*
.