All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.tabuleiro.nebulae.LInteger

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

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


Constructor Index

 o LInteger()
Constructor
 o LInteger(int)
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 toInteger()
Returns this LInteger value as an int.

Constructors

 o LInteger
 public LInteger(int initInt)
Constructor

 o LInteger
 public LInteger()
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 toInteger
 public int toInteger()
Returns this LInteger value as an int.

Overrides:
toInteger 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index