comparison vendor/zendframework/zend-diactoros/src/RelativeStream.php @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 7a779792577d
children
comparison
equal deleted inserted replaced
15:e200cb7efeb3 16:c2387f117808
7 7
8 namespace Zend\Diactoros; 8 namespace Zend\Diactoros;
9 9
10 use Psr\Http\Message\StreamInterface; 10 use Psr\Http\Message\StreamInterface;
11 use RuntimeException; 11 use RuntimeException;
12
13 use const SEEK_SET;
12 14
13 /** 15 /**
14 * Class RelativeStream 16 * Class RelativeStream
15 * 17 *
16 * Wrapper for default Stream class, representing subpart (starting from given offset) of initial stream. 18 * Wrapper for default Stream class, representing subpart (starting from given offset) of initial stream.