public class BoxUtil extends Object
Constructor and Description |
---|
BoxUtil() |
Modifier and Type | Method and Description |
---|---|
static <T extends Box> |
as(Class<T> class1,
Box.LeafBox box) |
static boolean |
containsBox(NodeBox box,
String path) |
static boolean |
containsBox2(NodeBox box,
String path1,
String path2) |
static Box |
parseBox(ByteBuffer input,
Header childAtom,
IBoxFactory factory) |
static Box |
parseChildBox(ByteBuffer input,
IBoxFactory factory) |
public static Box parseBox(ByteBuffer input, Header childAtom, IBoxFactory factory)
public static Box parseChildBox(ByteBuffer input, IBoxFactory factory)
public static <T extends Box> T as(Class<T> class1, Box.LeafBox box)
Copyright © 2019. All rights reserved.