Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
DIsoFile.java37 ReadableByteChannel byteChannel; field in IsoFile
50 public IsoFile(ReadableByteChannel byteChannel) throws IOException { in IsoFile()
57 public IsoFile(ReadableByteChannel byteChannel, BoxParser boxParser) throws IOException { in IsoFile()
DAbstractBoxParser.java47 public Box parseBox(ReadableByteChannel byteChannel, ContainerBox parent) throws IOException { in parseBox()