|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.flazr.io.f4v.Box
public class Box
| Constructor Summary | |
|---|---|
Box(BufferReader in,
long endPos)
|
|
| Method Summary | |
|---|---|
List<Box> |
getChildren()
|
long |
getFileOffset()
|
Payload |
getPayload()
|
BoxType |
getType()
|
static void |
recurse(Box box,
List<Box> collect,
int level)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Box(BufferReader in,
long endPos)
| Method Detail |
|---|
public BoxType getType()
public long getFileOffset()
public List<Box> getChildren()
public Payload getPayload()
public static void recurse(Box box,
List<Box> collect,
int level)
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||