in src/main/java/org/apache/sling/commons/jcr/file/internal/JcrFileChannel.java [153:156]
public long transferTo(final long position, final long count, final WritableByteChannel target) throws IOException {
logger.info("transferTo {} {}", position, count);
return fileChannel.transferTo(position, count, target);
}