Uses of Class
org.jgrapes.io.events.OpenFile

Packages that use OpenFile
Package
Description
Provides the events used by the I/O related components.
  • Uses of OpenFile in org.jgrapes.io.events

    Modifier and Type
    Class
    Description
    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.
    Methods in org.jgrapes.io.events that return OpenFile
    Modifier and Type
    Method
    Description
    FileOpened.openEvent()
    Returns the event that caused the file to be opened.
    Constructors in org.jgrapes.io.events with parameters of type OpenFile
    Modifier
    Constructor
    Description
     
    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.