Skip navigation links

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

E12063-03


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

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


public class Tag
extends java.lang.Object

Constructor Summary
Tag(byte[] data, int pos)
           

 

Method Summary
static byte[] generateHeaderBytes(int type, int len)
          Generates header bytes according to the specified tag type and length
 int getHeaderSize()
          Return the tag's header size : 2byte(short) or 6bytes(long)
 int getLength()
          Return the tag length
 int getType()
          Return the tag type

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Tag

public Tag(byte[] data,
           int pos)

Method Detail

getType

public int getType()
Return the tag type
Returns:

getLength

public int getLength()
Return the tag length
Returns:

getHeaderSize

public int getHeaderSize()
Return the tag's header size : 2byte(short) or 6bytes(long)
Returns:
2 or 6

generateHeaderBytes

public static byte[] generateHeaderBytes(int type,
                                         int len)
Generates header bytes according to the specified tag type and length
Parameters:
type - tag type
len - tag length
Returns:

Skip navigation links

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

E12063-03


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