Also satify these classes.
authorRoland Haeder <roland@mxchange.org>
Fri, 23 May 2014 23:34:09 +0000 (01:34 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 23 May 2014 23:34:09 +0000 (01:34 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/file_directories/class_BaseFile.php

index 7e21076d285a7940a56a74bf6a63eb6e0a2acab5..7816e86645708ea95dce41107b50860ae0409767 100644 (file)
@@ -184,6 +184,15 @@ class BaseFile extends BaseFrameworkSystem {
        public function rewind () {
                return $this->getPointerInstance()->rewind();
        }
+
+       /**
+        * Determines whether the EOF has been reached
+        *
+        * @return      $isEndOfFileReached             Whether the EOF has been reached
+        */
+       public final function isEndOfFileReached () {
+               return $this->getPointerInstance()->isEndOfFileReached();
+       }
 }
 
 // [EOF]