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.
-
LInteger()
- Constructor
-
LInteger(int)
- Constructor
-
dump()
-
Reserved for internal use of the Nebulae MultiUser Server.
-
extractFromBytes(byte[], int)
-
Reserved for internal use of the Nebulae MultiUser Server.
-
getBytes()
-
Reserved for internal use of the Nebulae MultiUser Server.
-
toInteger()
-
Returns this LInteger value as an int.
LInteger
public LInteger(int initInt)
- Constructor
LInteger
public LInteger()
- Constructor
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
toInteger
public int toInteger()
- Returns this LInteger value as an int.
- Overrides:
- toInteger in class net.tabuleiro.nebulae.LValue
getBytes
public byte[] getBytes()
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- getBytes in class net.tabuleiro.nebulae.LValue
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