All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.tabuleiro.nebulae.LString

net.tabuleiro.nebulae.LValue
   |
   +----net.tabuleiro.nebulae.LString

public class LString
extends net.tabuleiro.nebulae.LValue
Class representing a Lingo compatible String value (LString for short). Lingo is a trademark of Macromedia, Inc. All rights reserved.


Constructor Index

 o LString()
Constructor
 o LString(String)
Constructor

Method Index

 o dump()
Reserved for internal use of the Nebulae MultiUser Server.
 o extractFromBytes(byte[], int)
Reserved for internal use of the Nebulae MultiUser Server.
 o getBytes()
Reserved for internal use of the Nebulae MultiUser Server.
 o toString()
Returns this LString as a Java String.

Constructors

 o LString
 public LString(java.lang.String initString)
Constructor

 o LString
 public LString()
Constructor

Methods

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

Overrides:
extractFromBytes in class net.tabuleiro.nebulae.LValue
 o getBytes
 public byte[] getBytes()
Reserved for internal use of the Nebulae MultiUser Server.

Overrides:
getBytes in class net.tabuleiro.nebulae.LValue
 o dump
 public void dump()
Reserved for internal use of the Nebulae MultiUser Server.

Overrides:
dump in class net.tabuleiro.nebulae.LValue
 o toString
 public java.lang.String toString()
Returns this LString as a Java String.

Overrides:
toString in class net.tabuleiro.nebulae.LValue

All Packages  Class Hierarchy  This Package  Previous  Next  Index