You are here

private property CachingStream::$skipReadBytes in Lockr 7.3

@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;