PromptedFileReader(filename[,readmode]) -> file reading component
Creates a file reader component. Reads N bytes/lines from the file when N is sent to its inbox.
Keyword arguments: - readmode = "bytes" or "lines"
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |