Home
last modified time | relevance | path

Searched defs:byteChannel (Results 1 – 3 of 3) 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()
/external/downloader/src/main/java/com/google/android/downloader/
DDownloader.java696 WritableByteChannel byteChannel = in completeRequest() local