artefaktur
software engineer &        architecture

 
 
 
 

class Byte

Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::lang::Byte Class Reference

#include <Byte.h>

Inheritance diagram for acdk::lang::Byte:

acdk::lang::Number acdk::lang::Comparable acdk::lang::Cloneable acdk::lang::Object acdk::io::Serializable acdk::lang::ObjectBase acdk::lang::dmi::StdDispatch List of all members.

Detailed Description

Object wrapper to a byte.

API: Java

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.20
Date:
Date
2005/04/16 10:46:45
TYPE is not field, but method.


Public Member Functions

 Byte ()
 create 0 byte

 Byte (byte val)
 Byte (IN(RString) str) throw ( RNumberFormatException )
virtual int compareTo (IN(RByte) o)
virtual int compareTo (IN(RObject) o)
 reimplemented from Object

int compareTo (byte other)
bool equals (IN(RObject) o)
 reimplemented from Object

bool equals (byte other)
byte byteValue ()
short shortValue ()
int intValue ()
jlong longValue ()
float floatValue ()
double doubleValue ()
RString toString ()
 reimplemented from Object

RObject clone (sys::Allocator *alc)
 reimplemented from Object

RObject clone ()
 reimplemented from Object

virtual dmi::ScriptVar toScriptVar ()

Static Public Member Functions

RObject create_instance ()
RByte decode (IN(RString) str) throw ( RNumberFormatException )
char parseByte (IN(RString) s, int radix=10) throw ( RNumberFormatException )
RByte valueOf (IN(RString) s, int radix=10) throw ( RNumberFormatException )
RClass getTYPE ()

Static Public Attributes

byte MAX_VALUE
byte MIN_VALUE

Private Attributes

byte value

Constructor & Destructor Documentation

acdk::lang::Byte::Byte  )  [inline]
 

create 0 byte

acdk::lang::Byte::Byte byte  val  )  [inline]
 

acdk::lang::Byte::Byte IN(RString str  )  throw ( RNumberFormatException )
 


Member Function Documentation

byte acdk::lang::Byte::byteValue  )  [inline, virtual]
 

Implements acdk::lang::Number.

RObject acdk::lang::Byte::clone  )  [inline, virtual]
 

reimplemented from Object

Implements acdk::lang::Cloneable.

RObject acdk::lang::Byte::clone sys::Allocator alc  )  [inline, virtual]
 

reimplemented from Object

Reimplemented from acdk::lang::Cloneable.

int acdk::lang::Byte::compareTo byte  other  )  [inline]
 

virtual int acdk::lang::Byte::compareTo IN(RObject o  )  [virtual]
 

reimplemented from Object

Implements acdk::lang::Comparable.

virtual int acdk::lang::Byte::compareTo IN(RByte o  )  [virtual]
 

RObject acdk::lang::Byte::create_instance  )  [inline, static]
 

Reimplemented from acdk::lang::Object.

RByte acdk::lang::Byte::decode IN(RString str  )  throw ( RNumberFormatException ) [static]
 

double acdk::lang::Byte::doubleValue  )  [virtual]
 

Implements acdk::lang::Number.

bool acdk::lang::Byte::equals byte  other  )  [inline]
 

bool acdk::lang::Byte::equals IN(RObject o  )  [virtual]
 

reimplemented from Object

Reimplemented from acdk::lang::Object.

float acdk::lang::Byte::floatValue  )  [virtual]
 

Implements acdk::lang::Number.

RClass acdk::lang::Byte::getTYPE  )  [static]
 

int acdk::lang::Byte::intValue  )  [virtual]
 

Implements acdk::lang::Number.

jlong acdk::lang::Byte::longValue  )  [virtual]
 

Implements acdk::lang::Number.

char acdk::lang::Byte::parseByte IN(RString s,
int  radix = 10
throw ( RNumberFormatException ) [static]
 

short acdk::lang::Byte::shortValue  )  [virtual]
 

Implements acdk::lang::Number.

virtual dmi::ScriptVar acdk::lang::Byte::toScriptVar  )  [inline, virtual]
 

Reimplemented from acdk::lang::Number.

RString acdk::lang::Byte::toString  )  [virtual]
 

reimplemented from Object

Reimplemented from acdk::lang::Object.

RByte acdk::lang::Byte::valueOf IN(RString s,
int  radix = 10
throw ( RNumberFormatException ) [static]
 


Member Data Documentation

byte acdk::lang::Byte::MAX_VALUE [static]
 

byte acdk::lang::Byte::MIN_VALUE [static]
 

byte acdk::lang::Byte::value [private]
 

 
Last modified 2005-05-08 18:32 by SYSTEM By Artefaktur, Ing. Bureau Kommer