]> git.mxchange.org Git - core.git/blobdiff - inc/classes/interfaces/io/pointer/io/class_InputOutputPointer.php
InputOutputPointer is the right interface.
[core.git] / inc / classes / interfaces / io / pointer / io / class_InputOutputPointer.php
index 6dc483a3df9daece2f98bfb3d425cddf4b8f2755..8daa22c7409c0501fe8b117d96213788f2c2819d 100644 (file)
@@ -28,15 +28,6 @@ interface InputOutputPointer extends InputPointer, OutputPointer {
         * @return      $status         Status of this operation
         */
        function rewind ();
-
-       /**
-        * Seeks to given position
-        *
-        * @param       $seekPosition   Seek position in file
-        * @param       $whence                 "Seek mode" (see http://de.php.net/fseek)
-        * @return      $tatus                  Status of this operation
-        */
-       function seek ($seekPosition, $whence = SEEK_SET);
 }
 
 // [EOF]