|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITag
A Tag represents the contents or payload of a streamable file.
| Field Summary |
|---|
| Method Summary | |
|---|---|
org.apache.mina.common.ByteBuffer |
getBody()
Return the body ByteBuffer |
int |
getBodySize()
Return the size of the body |
org.apache.mina.common.ByteBuffer |
getData()
Returns the data as a ByteBuffer |
byte |
getDataType()
Get the data type |
int |
getPreviousTagSize()
Returns previous tag size |
int |
getTimestamp()
Return the timestamp |
void |
setBody(org.apache.mina.common.ByteBuffer body)
Set the body ByteBuffer. |
void |
setBodySize(int size)
Set the size of the body. |
void |
setDataType(byte datatype)
Set the data type. |
void |
setPreviousTagSize(int size)
Set the size of the previous tag. |
void |
setTimestamp(int timestamp)
Set the timestamp. |
| Method Detail |
|---|
org.apache.mina.common.ByteBuffer getBody()
int getBodySize()
byte getDataType()
int getTimestamp()
org.apache.mina.common.ByteBuffer getData()
int getPreviousTagSize()
void setBody(org.apache.mina.common.ByteBuffer body)
body - Body as ByteBuffervoid setBodySize(int size)
size - Body sizevoid setDataType(byte datatype)
datatype - Data typevoid setTimestamp(int timestamp)
timestamp - Timestampvoid setPreviousTagSize(int size)
size - Previous tag size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||