org.wegra.net
Class DummyPacket

java.lang.Object
  extended byorg.wegra.net.DummyPacket
All Implemented Interfaces:
Packet

public final class DummyPacket
extends java.lang.Object
implements Packet

Insert the type's description here.

Version:
1.0 (2001-12-19)
Author:
wegra (Bok-Youn Lee)

Constructor Summary
DummyPacket(byte[] data)
           
 
Method Summary
 int getLength()
          getLength method comment.
 byte[] toByteArray()
          toByteArray method comment.
 void writeTo(java.io.OutputStream out)
          writeTo method comment.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPacket

public DummyPacket(byte[] data)
Method Detail

getLength

public int getLength()
getLength method comment.

Specified by:
getLength in interface Packet

toByteArray

public byte[] toByteArray()
toByteArray method comment.

Specified by:
toByteArray in interface Packet

writeTo

public void writeTo(java.io.OutputStream out)
             throws java.io.IOException
writeTo method comment.

Specified by:
writeTo in interface Packet
Throws:
java.io.IOException