JML

net.sf.jqql.debug
Class PacketDO

java.lang.Object
  extended by net.sf.jqql.debug.AbstractDebugObject
      extended by net.sf.jqql.debug.PacketDO
All Implemented Interfaces:
IDebugObject

public class PacketDO
extends AbstractDebugObject

packet debug object 包调试对象

Author:
luma

Field Summary
 
Fields inherited from class net.sf.jqql.debug.AbstractDebugObject
bodyBytes, bodyHexString, bytes, hexString, incoming, name
 
Constructor Summary
PacketDO(String n, byte[] b, boolean i, int bodyStart, int bodyEnd)
           
 
Method Summary
 
Methods inherited from class net.sf.jqql.debug.AbstractDebugObject
getBodyBytes, getBodyHexString, getBytes, getHexString, getLength, getName, isIncoming, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketDO

public PacketDO(String n,
                byte[] b,
                boolean i,
                int bodyStart,
                int bodyEnd)
Parameters:
n -
b -
i -

JML