Package org.mp4parser.support
Class BoxComparator
java.lang.Object
org.mp4parser.support.BoxComparator
Compares boxes for testing purposes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidstatic boolean
-
Constructor Details
-
BoxComparator
public BoxComparator()
-
-
Method Details
-
isIgnore
-
check
public static void check(Container root1, Box b1, Container root2, Box b2, String... ignores) throws IOException - Throws:
IOException
-
check
- Throws:
IOException
-
check
public static void check(Container root1, Container cb1, Container root2, Container cb2, String... ignores) throws IOException - Throws:
IOException
-