Property | Type | Description | |
---|---|---|---|
$buffer | string | ||
$closed | boolean | ||
$nextChunkIsLength | boolean | ||
$reachedEnd | boolean | ||
$remainingLength | integer | ||
$stream | React\Stream\ReadableStreamInterface |
Method | Description | |
---|---|---|
__construct ( React\Stream\ReadableStreamInterface $stream ) | ||
close ( ) | ||
handleData ( $data ) | ||
handleEnd ( ) | ||
isReadable ( ) | ||
pause ( ) | ||
pipe ( React\Stream\WritableStreamInterface $dest, array $options = [] ) | ||
resume ( ) |
Method | Description | |
---|---|---|
getChunkLength ( ) | ||
iterateBuffer ( ) |
public __construct ( React\Stream\ReadableStreamInterface $stream ) | ||
$stream | React\Stream\ReadableStreamInterface |