Zend Framework  3.0
Public Member Functions | List of all members
RelativeStream Class Reference

Public Member Functions

 __construct (StreamInterface $decoratedStream, $offset)
 Class constructor.
 
 __toString ()
 {}
 
 close ()
 {}
 
 detach ()
 {}
 
 getSize ()
 {}
 
 tell ()
 {}
 
 eof ()
 {}
 
 isSeekable ()
 {}
 
 seek ($offset, $whence=SEEK_SET)
 {}
 
 rewind ()
 {}
 
 isWritable ()
 {}
 
 write ($string)
 {}
 
 isReadable ()
 {}
 
 read ($length)
 {}
 
 getContents ()
 {}
 
 getMetadata ($key=null)
 {}
 

Constructor & Destructor Documentation

__construct ( StreamInterface  $decoratedStream,
  $offset 
)

Class constructor.

Parameters
StreamInterface$decoratedStream
int$offset

Member Function Documentation

__toString ( )

{}

close ( )

{}

detach ( )

{}

eof ( )

{}

getContents ( )

{}

getMetadata (   $key = null)

{}

getSize ( )

{}

isReadable ( )

{}

isSeekable ( )

{}

isWritable ( )

{}

read (   $length)

{}

rewind ( )

{}

seek (   $offset,
  $whence = SEEK_SET 
)

{}

tell ( )

{}

write (   $string)

{}