You are here

private property CachingStream::$skipReadBytes in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/guzzlehttp/psr7/src/CachingStream.php \GuzzleHttp\Psr7\CachingStream::skipReadBytes

@var int Number of bytes to skip reading due to a write on the buffer

File

vendor/guzzlehttp/psr7/src/CachingStream.php, line 18

Class

CachingStream
Stream decorator that can cache previously read bytes from a sequentially read stream.

Namespace

GuzzleHttp\Psr7

Code

private $skipReadBytes = 0;