Searched defs:byteChannel (Results 1 – 2 of 2) sorted by relevance
37 ReadableByteChannel byteChannel; field in IsoFile50 public IsoFile(ReadableByteChannel byteChannel) throws IOException { in IsoFile()57 public IsoFile(ReadableByteChannel byteChannel, BoxParser boxParser) throws IOException { in IsoFile()
47 public Box parseBox(ReadableByteChannel byteChannel, ContainerBox parent) throws IOException { in parseBox()