private property CachingStream::$skipReadBytes in Auth0 Single Sign On 8.2
@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\Psr7Code
private $skipReadBytes = 0;