| 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.xdo.template.flash.AS3Int
public class AS3Int
| 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 | 
|---|
public AS3Int()
| Method Detail | 
|---|
public static byte[] toByteArray(int val)
val - 
public static int toInt(byte[] buf)
buf - 
public static int toInt(byte[] buf,
                        int startPos)
buf - startPos - 
public static int size(byte[] buf,
                       int startPos)
buf - startPos - 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1) E12063-04  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||