Package org.mp4parser.support
Class BoxComparator
- java.lang.Object
-
- org.mp4parser.support.BoxComparator
-
public class BoxComparator extends Object
Compares boxes for testing purposes.
-
-
Constructor Summary
Constructors Constructor Description BoxComparator()
-
Method Summary
Modifier and Type Method Description static voidcheck(Container root1, Box b1, Container root2, Box b2, String... ignores)static voidcheck(Container cb1, Container cb2, String... ignores)static voidcheck(Container root1, Container cb1, Container root2, Container cb2, String... ignores)static booleanisIgnore(Container ref, Box b, String[] ignores)
-
-
-
Method Detail
-
check
public static void check(Container root1, Box b1, Container root2, Box b2, String... ignores) throws IOException
- Throws:
IOException
-
check
public static void check(Container cb1, Container cb2, String... ignores) throws IOException
- Throws:
IOException
-
check
public static void check(Container root1, Container cb1, Container root2, Container cb2, String... ignores) throws IOException
- Throws:
IOException
-
-