com.flazr.io.f4v
Class Box

java.lang.Object
  extended by com.flazr.io.f4v.Box

public class Box
extends Object


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

Box

public Box(BufferReader in,
           long endPos)
Method Detail

getType

public BoxType getType()

getFileOffset

public long getFileOffset()

getChildren

public List<Box> getChildren()

getPayload

public Payload getPayload()

recurse

public static void recurse(Box box,
                           List<Box> collect,
                           int level)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.