0.10.8-alpha
Package ca.uqac.lif.cep.io

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

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. More...
 
class  ReadLines
 Source that reads text lines from a Java InputStream. More...
 
class  ReadStringStream
 Extracts character strings from a Java InputStream. More...
 
class  WriteOutputStream
 Processor that writes events to a Java OutputStream. More...
 
class  WriteToFile
 Writes input events to one or more files. More...
 

Detailed Description

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

Author
Sylvain Hallé