Searched defs:parseBox (Results 1 – 2 of 2) 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