Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.adfnmc.java.lang
Class ByteHelper

java.lang.Object
  extended by oracle.adfnmc.java.lang.ByteHelper

public class ByteHelper
extends java.lang.Object


Constructor Summary
ByteHelper()
           
 
Method Summary
static double doubleValue(java.lang.Byte byteObj)
           
static float floatValue(java.lang.Byte byteObj)
           
static int intValue(java.lang.Byte byteObj)
           
static long longValue(java.lang.Byte byteObj)
           
static short shortValue(java.lang.Byte byteObj)
           
static java.lang.String toString(byte value)
          Answers a string containing a concise, human-readable description of the argument.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ByteHelper

public ByteHelper()
Method Detail

toString

public static java.lang.String toString(byte value)
Answers a string containing a concise, human-readable description of the argument.

Parameters:
value - byte the byte to convert.
Returns:
String a printable representation for the byte.

doubleValue

public static double doubleValue(java.lang.Byte byteObj)

floatValue

public static float floatValue(java.lang.Byte byteObj)

intValue

public static int intValue(java.lang.Byte byteObj)

longValue

public static long longValue(java.lang.Byte byteObj)

shortValue

public static short shortValue(java.lang.Byte byteObj)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

Copyright © 2011, Oracle and/or its affiliates. All rights reserved.