Searched refs:parseBox (Results 1 – 7 of 7) sorted by relevance
30 Box parseBox(ReadableByteChannel in, ContainerBox parent) throws IOException; in parseBox() method
47 public Box parseBox(ReadableByteChannel byteChannel, ContainerBox parent) throws IOException { in parseBox() method in AbstractBoxParser
85 Box box = boxParser.parseBox(byteChannel, this); in parse()
80 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this)); in _parseDetails()
147 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this)); in parseChildBoxes()
109 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this)); in parseChildBoxes()
124 boxes.add(boxParser.parseBox(new ByteBufferByteChannel(content), this)); in _parseChildBoxes()