|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| isSeekable () | |
| seek ($offset, $whence=SEEK_SET) | |
Public Member Functions inherited from Psr\Http\Message\StreamInterface | |
| __toString () | |
| close () | |
| detach () | |
| eof () | |
| getContents () | |
| getMetadata ($key=null) | |
| getSize () | |
| isReadable () | |
| isWritable () | |
| read ($length) | |
| rewind () | |
| tell () | |
| write ($string) | |
Stream decorator that prevents a stream from being seeked
Definition at line 9 of file NoSeekStream.php.
| GuzzleHttp\Psr7\NoSeekStream::isSeekable | ( | ) |
Returns whether or not the stream is seekable.
Implements Psr\Http\Message\StreamInterface.
Definition at line 18 of file NoSeekStream.php.
| GuzzleHttp\Psr7\NoSeekStream::seek | ( | $offset, | |
$whence = SEEK_SET |
|||
| ) |
Seek to a position in the stream.
Implements Psr\Http\Message\StreamInterface.
Definition at line 13 of file NoSeekStream.php.