jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSResponses.UnknownRes

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
        |
        +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSResponse
              |
              +--org.sourceforge.jxutil.net.xfs.XFSResponses.UnknownRes
Enclosing class:
XFSResponses

public static final class XFSResponses.UnknownRes
extends XFSPackets.XFSResponse


Field Summary
 byte[] data
           
 int seq
           
 int stype
           
 
Constructor Summary
XFSResponses.UnknownRes(int stype, int seq, byte[] data)
           
 
Method Summary
 byte[] getBuf(DataConverter conv)
           
 String toString()
           
 
Methods inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSResponse
getSubType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public final byte[] data

seq

public final int seq

stype

public final int stype
Constructor Detail

XFSResponses.UnknownRes

public XFSResponses.UnknownRes(int stype,
                               int seq,
                               byte[] data)
Method Detail

getBuf

public final byte[] getBuf(DataConverter conv)
Specified by:
getBuf in class XFSPackets.XFSResponse

toString

public final String toString()
Overrides:
toString in class Object

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.