Open Journal Systems
3.3.0
|
Protected Member Functions | |
readFilter () | |
writeFilter () | |
![]() | |
fill () | |
Additional Inherited Members | |
![]() | |
__construct (StreamInterface $stream, $readFilterOptions=null, $writeFilterOptions=null) | |
__toString () | |
eof () | |
getContents () | |
getReadFilter () | |
getSize () | |
getWriteFilter () | |
isSeekable () | |
read ($length) | |
rewind () | |
seek ($offset, $whence=SEEK_SET) | |
![]() | |
close () | |
detach () | |
getMetadata ($key=null) | |
isReadable () | |
isWritable () | |
tell () | |
write ($string) | |
![]() | |
const | BUFFER_SIZE = 8192 |
![]() | |
$buffer = '' | |
$readFilter | |
$readFilterCallback | |
$writeFilter | |
$writeFilterCallback | |
Decorate a stream which is chunked.
Allow to decode a chunked stream
Definition at line 12 of file DechunkStream.php.
|
protected |
{Returns the write filter name.
Reimplemented from Http\Message\Encoding\FilteredStream.
Definition at line 17 of file DechunkStream.php.
|
protected |
{Returns the write filter name.
Reimplemented from Http\Message\Encoding\FilteredStream.
Definition at line 25 of file DechunkStream.php.