Home
last modified time | relevance | path

Searched defs:IsoFile (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DIsoFile.java35 public class IsoFile extends AbstractContainerBox implements Closeable { class
39 public IsoFile() { in IsoFile() method in IsoFile
43 public IsoFile(File f) throws IOException { in IsoFile() method in IsoFile
50 public IsoFile(ReadableByteChannel byteChannel) throws IOException { in IsoFile() method in IsoFile
57 public IsoFile(ReadableByteChannel byteChannel, BoxParser boxParser) throws IOException { in IsoFile() method in IsoFile