jxUtil 0.6

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

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

abstract static class XFSResponses.StringListResponse
extends XFSPackets.XFSResponse


Field Summary
 String[] names
           
 int replies_following_hint
           
 
Constructor Summary
XFSResponses.StringListResponse(DataConverter conv, byte[] data)
           
XFSResponses.StringListResponse(String[] names)
           
 
Method Summary
 byte[] getBuf(DataConverter conv)
           
 
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, toString, wait, wait, wait
 

Field Detail

names

public final String[] names

replies_following_hint

public final int replies_following_hint
Constructor Detail

XFSResponses.StringListResponse

public XFSResponses.StringListResponse(DataConverter conv,
                                       byte[] data)

XFSResponses.StringListResponse

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

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.