Uses of Class
org.jgrapes.io.events.OpenFile
Packages that use OpenFile
-
Uses of OpenFile in org.jgrapes.io.events
Subclasses of OpenFile in org.jgrapes.io.eventsModifier and TypeClassDescriptionclass
Causes theFileStorage
component to write the data from allInput
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 theFileStorage
component to write the data from allOutput
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 ofOutput
events (terminated by an event with the end of record flag set) on the channel that this event is fired on.Methods in org.jgrapes.io.events that return OpenFileModifier and TypeMethodDescriptionFileOpened.openEvent()
Returns the event that caused the file to be opened.Constructors in org.jgrapes.io.events with parameters of type OpenFileModifierConstructorDescriptionFileOpened
(OpenFile event) Instantiates a new event, using the values for path and options from the opening event.FileOpened
(OpenFile event, Path path, OpenOption... options) Instantiates a new event, overriding the values using the given values for path and options.