3 final class PhabricatorExecFutureFileUploadSource
4 extends PhabricatorFileUploadSource
{
8 public function setExecFuture(ExecFuture
$future) {
9 $this->future
= $future;
13 public function getExecFuture() {
17 protected function newDataIterator() {
18 $future = $this->getExecFuture();
20 return id(new LinesOfALargeExecFuture($future))
24 protected function getDataLength() {