|
||||||||||
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 | |
---|---|
IoBuffer |
getBody()
Return the body ByteBuffer |
int |
getBodySize()
Return the size of the body |
IoBuffer |
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(IoBuffer 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 |
---|
IoBuffer getBody()
int getBodySize()
byte getDataType()
int getTimestamp()
IoBuffer getData()
int getPreviousTagSize()
void setBody(IoBuffer 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 |