All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.tabuleiro.nebulae.LFloat

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

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


Constructor Index

 o LFloat()
Constructor
 o LFloat(double)
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 toDouble()
Returns this LFloat as a Java double.

Constructors

 o LFloat
 public LFloat(double initInt)
Constructor

 o LFloat
 public LFloat()
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 toDouble
 public double toDouble()
Returns this LFloat as a Java double.

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