jAER project on SourceForge

Package net.sf.jaer.eventio

Address-Event IO.

See:
          Description

Interface Summary
AEDataFile Defines file extensions for data and index files.
AEFileInputStreamInterface The capabilities of the AEFileInputStream.
AENetworkInterfaceConstants Holds static values for AE stream socket and datagram connection classes.
AEUnicastSettings  
InputDataFileInterface A general interface for input data files of finite length that can be rewound, positioned, marked, etc.
 

Class Summary
AEFileInputStream Class to stream in packets of events from binary input stream from a file recorded by AEViewer.
AEFileOutputStream Class to stream out packets of events in binary.
AEInputStream An AE input stream that uses a generic InputStream such as a URL connection to an http server.
AEMulticastInput Receives input via multicast datagram packets from a server.
AEMulticastOutput Streams AE packets to network socket using DatagramPacket's that are multicast.
AEServerSocket Following is target functionality (right now this class only opens a single socket to most recent client connecting to it and events are only streamed to this one socket): This server socket allows a source host to listen for connections from other hosts and open AESockets to them to allow streaming AE data to them, so as a server, we stream events to the clients.
AEServerSocketOptionsDialog A dialog for opening AEServerSocket connections.
AESocket Streams in or out packets of events from or to a stream socket network connection over a reliable TCP connection.
AESocketOkCancelDialog A dialog for opening AESocket connections.
AESpreadInterface Implements Spread connections to input or output AEPacketRaw packets to and other objects to machines via the (Spread Toolit.
AEUnicastDialog Dialog for unicast connections.
AEUnicastInput Receives input via datagram (connectionless, UDP) packets from a server.
AEUnicastOutput Streams AE packets to network using UDP DatagramPacket's that are unicast.
 

Exception Summary
 

Package net.sf.jaer.eventio Description

Address-Event IO. These classes allow streaming out AE packets and streaming them back in a binary, packet-based format.


jAER project on SourceForge