ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
The streaming options are used by the stream implementation. More...
Public Member Functions | |
__construct (private array $metadata=[], private int $size=self::UNKNOWN_STREAM_SIZE) | |
StreamOptions constructor. More... | |
getSize () | |
getMetadata () | |
Data Fields | |
const | UNKNOWN_STREAM_SIZE = -1 |
The streaming options are used by the stream implementation.
This class only hold configuration options which can be used by the Stream class.
Definition at line 30 of file StreamOptions.php.
ILIAS\Filesystem\Stream\StreamOptions::__construct | ( | private array | $metadata = [] , |
private int | $size = self::UNKNOWN_STREAM_SIZE |
||
) |
ILIAS\Filesystem\Stream\StreamOptions::getMetadata | ( | ) |
Definition at line 55 of file StreamOptions.php.
ILIAS\Filesystem\Stream\StreamOptions::getSize | ( | ) |
Definition at line 47 of file StreamOptions.php.
const ILIAS\Filesystem\Stream\StreamOptions::UNKNOWN_STREAM_SIZE = -1 |
Definition at line 35 of file StreamOptions.php.