All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.tabuleiro.nebulae.LDate

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

public class LDate
extends net.tabuleiro.nebulae.LValue
Class representing a Lingo compatible date value (LDate for short) Date values are stored and retrieved as an opaque array of bytes Lingo is a trademark of Macromedia, Inc. All rights reserved.


Constructor Index

 o LDate()
Constructor
 o LDate(byte[])
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 toBytes()
Returns the byte array storing the date value in binary format

Constructors

 o LDate
 public LDate(byte initbytes[])
Constructor

 o LDate
 public LDate()
Constructor

Methods

 o toBytes
 public byte[] toBytes()
Returns the byte array storing the date value in binary format

Overrides:
toBytes in class net.tabuleiro.nebulae.LValue
 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

All Packages  Class Hierarchy  This Package  Previous  Next  Index