Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

oracle.dss.util.xdo.template.flash
Class AS3Int

java.lang.Object
  extended by oracle.dss.util.xdo.template.flash.AS3Int

public class AS3Int
extends java.lang.Object


Constructor Summary
AS3Int()
           
 
Method Summary
static int size(byte[] buf, int startPos)
          Returns the size of the AS3Int bytes
static byte[] toByteArray(int val)
          Encode int value to bytes
static int toInt(byte[] buf)
          Decode encoded bytes to int
static int toInt(byte[] buf, int startPos)
          Decode encoded bytes to int
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AS3Int

public AS3Int()
Method Detail

toByteArray

public static byte[] toByteArray(int val)
Encode int value to bytes

Parameters:
val -
Returns:

toInt

public static int toInt(byte[] buf)
Decode encoded bytes to int

Parameters:
buf -
Returns:

toInt

public static int toInt(byte[] buf,
                        int startPos)
Decode encoded bytes to int

Parameters:
buf -
startPos -
Returns:

size

public static int size(byte[] buf,
                       int startPos)
Returns the size of the AS3Int bytes

Parameters:
buf -
startPos -
Returns:

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1)

E12063-04

Copyright © 1997, 2010, Oracle. All rights reserved.