0.11.4
Package ca.uqac.lif.cep.io

Detailed Description

Processors to handle input and output of data from external sources, such as files and pipes.

Author
Sylvain Hallé

Classes

class  Call
 Processor calling an external command upon receiving an event, and returning the output of that command as its output stream. More...
class  CommandRunner
 Utility class to run commands on the command line and fetch their output. More...
class  HttpGet
 Reads chunks of data from an URL, using an HTTP request. More...
class  Print
 Sends its input to a PrintStream (such as the standard output). More...
class  ReadInputStream
 Read contents from a Java InputStream, and outputs its chunks as byte arrays. More...
class  ReadLines
 Source that reads text lines from a Java InputStream. More...
class  ReadStringStream
 Extracts character strings from a Java InputStream. More...
class  ReadTokens
 Separates a stream of string chunks into tokens according to a user-defined separator. More...
class  SpliceSource
 Source that sequentially reads from multiple input files, and optionally from the standard input. More...
class  WriteOutputStream
 Processor that writes events to a Java OutputStream. More...
class  WriteToFile
 Writes input events to one or more files. More...