jxUtil 0.6

org.sourceforge.jxutil.net.xfs
Class XFSRequests.UnknownReq

java.lang.Object
  |
  +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSData
        |
        +--org.sourceforge.jxutil.net.xfs.XFSPackets.XFSRequest
              |
              +--org.sourceforge.jxutil.net.xfs.XFSRequests.UnknownReq
Enclosing class:
XFSRequests

public static final class XFSRequests.UnknownReq
extends XFSPackets.XFSRequest


Field Summary
 byte[] data
           
 int minor
           
 
Fields inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSRequest
major_opcode
 
Constructor Summary
XFSRequests.UnknownReq(int major, int minor, byte[] data)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.sourceforge.jxutil.net.xfs.XFSPackets.XFSRequest
getBuf, getMinorOpcode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

data

public final byte[] data

minor

public final int minor
Constructor Detail

XFSRequests.UnknownReq

public XFSRequests.UnknownReq(int major,
                              int minor,
                              byte[] data)
Method Detail

toString

public final String toString()
Overrides:
toString in class XFSPackets.XFSRequest

jxUtil 0.6

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