Provides the events used by the I/O related components.
-
class
Causes the
FileStorage
component to write the data from all
Input
events on the channel that this event is fired on to a file
until an event with the end of record flag set is sent on the channel.
class
Causes the
FileStorage
component to write the data from all
Output
events on the channel that this event is fired on to a file
until an event with the end of record flag set is sent on the channel.
class
Causes the content of a file to be streamed as a sequence of
Output
events (terminated by an event with the end of record flag set) on the
channel that this event is fired on.
Returns the event that caused the file to be opened.
Instantiates a new event, using the values for path and
options from the opening event.
Instantiates a new event, overriding the values using the
given values for path and options.