jxUtil 0.6

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

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

public static final class XFSResponses.ListCataloguesRes
extends XFSResponses.StringListResponse


Field Summary
 String[] names
           
 int replies_following_hint
           
 
Constructor Summary
XFSResponses.ListCataloguesRes(DataConverter conv, int stype, byte[] data)
           
XFSResponses.ListCataloguesRes(String[] names)
           
 
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

names

public final String[] names

replies_following_hint

public final int replies_following_hint
Constructor Detail

XFSResponses.ListCataloguesRes

public XFSResponses.ListCataloguesRes(DataConverter conv,
                                      int stype,
                                      byte[] data)

XFSResponses.ListCataloguesRes

public XFSResponses.ListCataloguesRes(String[] names)
Method Detail

toString

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

getBuf

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

jxUtil 0.6

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