Crossfire JXClient, Trunk
Static Public Member Functions | Static Package Functions | List of all members
Reader Class Reference
Collaboration diagram for Reader:
Collaboration graph

Static Public Member Functions

static void main (String[] args) throws IOException
 

Static Package Functions

static void parseAddessList (String s, List< InetAddress > list) throws UnknownHostException
 
static void printDatagram (SocketAddress sa, ByteBuffer buf)
 
static void usage ()
 

Detailed Description

Definition at line 48 of file Reader.java.

Member Function Documentation

◆ main()

static void Reader.main ( String[]  args) throws IOException
static

Definition at line 70 of file Reader.java.

References MulticastAddress.group, MulticastAddress.interf, MulticastAddress.parse(), parseAddessList(), MulticastAddress.port, printDatagram(), and usage().

Here is the call graph for this function:

◆ parseAddessList()

static void Reader.parseAddessList ( String  s,
List< InetAddress >  list 
) throws UnknownHostException
staticpackage

Definition at line 61 of file Reader.java.

Referenced by main().

Here is the caller graph for this function:

◆ printDatagram()

static void Reader.printDatagram ( SocketAddress  sa,
ByteBuffer  buf 
)
staticpackage

Definition at line 55 of file Reader.java.

Referenced by main().

Here is the caller graph for this function:

◆ usage()

static void Reader.usage ( )
staticpackage

Definition at line 50 of file Reader.java.

Referenced by main().

Here is the caller graph for this function:

The documentation for this class was generated from the following file: