]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/input/raw/class_FrameworkRawFileInputPointer.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / classes / file_directories / input / raw / class_FrameworkRawFileInputPointer.php
index a09f3eff3c56afe80c8bc1d4e03fca75c9de70a7..09781562c632f431b00caf77f159826ae3d471e9 100644 (file)
@@ -1,4 +1,11 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer\Input;
+
+// Import framework stuff
+use CoreFramework\Generic\NullPointerException;
+use CoreFramework\Object\BaseFrameworkSystem;
+
 /**
  * A class for reading files
  *
@@ -168,7 +175,5 @@ class FrameworkRawFileInputPointer extends BaseFileIo implements InputPointer {
        public function key () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}