|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.dss.util.xdo.template.flash.Tag
public class Tag
| 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 |
|---|
public Tag(byte[] data,
int pos)
| Method Detail |
|---|
public int getType()
public int getLength()
public int getHeaderSize()
public static byte[] generateHeaderBytes(int type,
int len)
type - tag typelen - tag length
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||