| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\Filesystem\Stream\ZIPStream:
 Collaboration diagram for ILIAS\Filesystem\Stream\ZIPStream:Public Member Functions | |
| seek ($offset, $whence=SEEK_SET) | |
  Public Member Functions inherited from ILIAS\Filesystem\Stream\Stream | |
| __construct ($stream, StreamOptions $options=null) | |
| Stream constructor.  More... | |
| close () | |
| detach () | |
| getSize () | |
| tell () | |
| eof () | |
| isSeekable () | |
| seek ($offset, $whence=SEEK_SET) | |
| rewind () | |
| isWritable () | |
| write ($string) | |
| isReadable () | |
| read ($length) | |
| getContents () | |
| getMetadata ($key=null) | |
| __toString () | |
| __destruct () | |
Additional Inherited Members | |
  Data Fields inherited from ILIAS\Filesystem\Stream\Stream | |
| const | MASK_ACCESS_READ = 01 | 
| const | MASK_ACCESS_WRITE = 02 | 
| const | MASK_ACCESS_READ_WRITE = 03 | 
  Protected Member Functions inherited from ILIAS\Filesystem\Stream\Stream | |
| assertStreamAttached () | |
| Checks if the stream is attached to the wrapper.  More... | |
  Protected Attributes inherited from ILIAS\Filesystem\Stream\Stream | |
| static array string | $_mode = null | 
| bool | $readable | 
| bool | $writeable | 
| bool | $seekable | 
| $stream | |
| int | $size = null | 
| string | $uri = null | 
| array | $customMetadata | 
  Static Protected Attributes inherited from ILIAS\Filesystem\Stream\Stream | |
| static array | $accessMap | 
Definition at line 28 of file ZIPStream.php.
| ILIAS\Filesystem\Stream\ZIPStream::seek | ( | $offset, | |
$whence = SEEK_SET  | 
        |||
| ) | 
Definition at line 30 of file ZIPStream.php.