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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DIsoFile.java35 public class IsoFile extends AbstractContainerBox implements Closeable { class in inherits:AbstractContainerBox,Closeable
39 public IsoFile() { method in class:IsoFile
43 public IsoFile(File f) throws IOException { method in class:IsoFile
50 public IsoFile(ReadableByteChannel byteChannel) throws IOException { method in class:IsoFile
57 public IsoFile(ReadableByteChannel byteChannel, BoxParser boxParser) throws IOException { method in class:IsoFile
101 buffer.append("IsoFile[");
156 public IsoFile getIsoFile() {

Completed in 255 milliseconds