JML

net.sf.jqql.debug
Class FragmentDO

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

public class FragmentDO
extends AbstractDebugObject

Data fragment debug object 数据片断调试对象

Author:
luma

Field Summary
 
Fields inherited from class net.sf.jqql.debug.AbstractDebugObject
bodyBytes, bodyHexString, bytes, hexString, incoming, name
 
Constructor Summary
FragmentDO(byte[] b)
           
FragmentDO(String n, byte[] b)
           
 
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

FragmentDO

public FragmentDO(String n,
                  byte[] b)
Parameters:
n -
b -

FragmentDO

public FragmentDO(byte[] b)
Parameters:
b -

JML