Class PacketObject

java.lang.Object
   |
   +----PacketObject

public class PacketObject
extends Object
Defines Packet (minus headers). Prints out Packet Object


Constructor Index

 o PacketObject(long, byte[], InetAddress, int, int)

Method Index

 o print_obj()
Prints out the packet

Constructors

 o PacketObject
 public PacketObject(long time,
                     byte buff[],
                     InetAddress ineta,
                     int len,
                     int num1)

Methods

 o print_obj
 public void print_obj()
Prints out the packet

Returns:
None