Open Journal Systems  3.3.0
GuzzleHttp\Psr7\NoSeekStream Class Reference
Inheritance diagram for GuzzleHttp\Psr7\NoSeekStream:
Psr\Http\Message\StreamInterface

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)
 

Detailed Description

Stream decorator that prevents a stream from being seeked

Definition at line 9 of file NoSeekStream.php.

Member Function Documentation

◆ isSeekable()

GuzzleHttp\Psr7\NoSeekStream::isSeekable ( )

Returns whether or not the stream is seekable.

Returns
bool

Implements Psr\Http\Message\StreamInterface.

Definition at line 18 of file NoSeekStream.php.

◆ seek()


The documentation for this class was generated from the following file: