PHP Class Clue\React\Buzz\Message\ReadableBodyStream

Inheritance: extends Evenement\EventEmitter, implements React\Stream\ReadableStreamInterface, implements Psr\Http\Message\StreamInterface
Show file Open project: clue/buzz-react

Public Methods

Method Description
__construct ( React\Stream\ReadableStreamInterface $input )
__toString ( )
close ( )
detach ( )
eof ( )
getContents ( )
getMetadata ( $key = null )
getSize ( )
isReadable ( )
isSeekable ( )
isWritable ( )
pause ( )
pipe ( React\Stream\WritableStreamInterface $dest, array $options = [] )
read ( $length )
resume ( )
rewind ( )
seek ( $offset, $whence = SEEK_SET )
tell ( )
write ( $string )

Method Details

__construct() public method

public __construct ( React\Stream\ReadableStreamInterface $input )
$input React\Stream\ReadableStreamInterface

__toString() public method

public __toString ( )

close() public method

public close ( )

detach() public method

public detach ( )

eof() public method

public eof ( )

getContents() public method

public getContents ( )

getMetadata() public method

public getMetadata ( $key = null )

getSize() public method

public getSize ( )

isReadable() public method

public isReadable ( )

isSeekable() public method

public isSeekable ( )

isWritable() public method

public isWritable ( )

pause() public method

public pause ( )

pipe() public method

public pipe ( React\Stream\WritableStreamInterface $dest, array $options = [] )
$dest React\Stream\WritableStreamInterface
$options array

read() public method

public read ( $length )

resume() public method

public resume ( )

rewind() public method

public rewind ( )

seek() public method

public seek ( $offset, $whence = SEEK_SET )

tell() public method

public tell ( )

write() public method

public write ( $string )