package SZXX
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Module SZXX.Feed
Source
Feeds can also be created manually without going through the convenience functions in this module
Create a Feed.t
from a standard Eio.Flow.source
Same as of_flow
, but the resulting Feed.t
does not advance the file cursor. In other words, even after processing, the flow will still appear to be "unread". Note: this function requires a flow that supports seeking, such as files.
Return None
to indicate End Of File
Return None
to indicate End Of File
Note: not ideal for extremely large strings. For that, use the other functions in this module.