|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box
org.mobicents.media.server.impl.resource.mediaplayer.mpeg.FullBox
public class FullBox
| Field Summary |
|---|
| Fields inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box |
|---|
bytetoTypeMap |
| Constructor Summary | |
|---|---|
FullBox(long size,
java.lang.String type)
|
|
| Method Summary | |
|---|---|
int |
getFlags()
Gets the map of flags. |
int |
getVersion()
Gets the version of the format of the box. |
protected int |
load(java.io.DataInputStream fin)
Loads Box from stream. |
protected long |
read64(java.io.DataInputStream fin)
|
| Methods inherited from class org.mobicents.media.server.impl.resource.mediaplayer.mpeg.Box |
|---|
comparebytes, getSize, getType, read, read16, read24, read32, readFixedPoint1616, readText, readType, readU32, readU64 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FullBox(long size,
java.lang.String type)
| Method Detail |
|---|
public int getVersion()
public int getFlags()
protected long read64(java.io.DataInputStream fin)
throws java.io.IOException
java.io.IOException
protected int load(java.io.DataInputStream fin)
throws java.io.IOException
Box
load in class Boxfin - the stream to load box from
java.io.IOException - if some I/O error occured.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||