All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.tabuleiro.nebulae.MUSMsgHeaderStringList

net.tabuleiro.nebulae.MUSMsgHeaderStringList

public class MUSMsgHeaderStringList
extends java.lang.Object
Class representing a list of MUSMsgHeaderString objects, stored as a Java Vector.


Variable Index

 o m_stringlist
Public vector element storing the MUSMsgHeaderString members.

Constructor Index

 o MUSMsgHeaderStringList()
Default Constructor

Method Index

 o addElement(MUSMsgHeaderString)
Adds a MUSMsgHeaderString to the list
 o dump()
Reserved for internal use of the Nebulae MultiUser Server.
 o elements()
Retrieves an Enumeration object containing the MUSMsgHeaderString elements.
 o extractMUSMsgHeaderStringList(byte[], int)
Reserved for internal use of the Nebulae MultiUser Server.
 o getBytes()
Reserved for internal use of the Nebulae MultiUser Server.

Variables

 o m_stringlist
 public java.util.Vector m_stringlist
Public vector element storing the MUSMsgHeaderString members. It is safe to access the elements directly.

Constructors

 o MUSMsgHeaderStringList
 public MUSMsgHeaderStringList()
Default Constructor

Methods

 o addElement
 public boolean addElement(net.tabuleiro.nebulae.MUSMsgHeaderString elem)
Adds a MUSMsgHeaderString to the list

Parameters:
elem - MUSMsgHeaderString to add
Returns:
boolean
 o elements
 public java.util.Enumeration elements()
Retrieves an Enumeration object containing the MUSMsgHeaderString elements.

 o extractMUSMsgHeaderStringList
 public int extractMUSMsgHeaderStringList(byte rawBytes[],
                                          int offset)
Reserved for internal use of the Nebulae MultiUser Server.

 o dump
 public void dump()
Reserved for internal use of the Nebulae MultiUser Server.

 o getBytes
 public byte[] getBytes()
Reserved for internal use of the Nebulae MultiUser Server.


All Packages  Class Hierarchy  This Package  Previous  Next  Index