8use ILIAS\FileUpload\ScalarTypeCheckAware;
9use Psr\Http\Message\StreamInterface;
22 use ScalarTypeCheckAware;
53 $header = $stream->read($this->fileHeaderLength);
54 if (strcmp($this->fileHeader, $header) !== 0) {
An exception for terminatinating execution or to throw for unit testing.
const REJECTED
Upload got rejected by a processor.
Interface FileStream The base interface for all filesystem streams.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...