Home
last modified time | relevance | path

Searched refs:fileChannel (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/mdat/
DMediaDataBox.java59 private FileChannel fileChannel; field in MediaDataBox
97 if (fileChannel != null) { in getBox()
99 …transfer(fileChannel, startPosition - header.limit(), contentSize + header.limit(), writableByteCh… in getBox()
117 fileChannel.position(startPosition - header.limit()); in checkStillOk()
119 fileChannel.read(h2); in checkStillOk()
143 this.fileChannel = ((FileChannel) readableByteChannel); in parse()
170 …cacheEntry = fileChannel.map(FileChannel.MapMode.READ_ONLY, startPosition + offset, Math.min(BUFFE… in getContent()