Class Ds1Play

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----Ds1Play

public class Ds1Play
extends Thread
Plays DIS packets. Reads packets from a file. Format of file: 1) 4 bytes - Packet Len && Packet Type (timestamp or audio data). 2) data - DIS data or offset time. Packet len = packetlen && Packet Type Mask.

Version:
Version 1
Author:
Millie Ives

Constructor Index

 o Ds1Play(String, String, int, int)

Method Index

 o run()

Constructors

 o Ds1Play
 public Ds1Play(String filename,
                String intaddress,
                int portnum,
                int ttl1)

Methods

 o run
 public void run()
Overrides:
run in class Thread