]> git.mxchange.org Git - core.git/blobdiff - inc/main/interfaces/io/pointer/class_InputPointer.php
renamed lib-local.php -> lib-lfdb.php because it really loads the "legendary"
[core.git] / inc / main / interfaces / io / pointer / class_InputPointer.php
index f38b9e4f5014600535d6bbed379dfee785b78489..41e812452fd0d3c006f418ed9fd20b578d91dcac 100644 (file)
@@ -1,4 +1,10 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer;
+
+// Import framework stuff
+use CoreFramework\Stream\Input\StreamableInput;
+
 /**
  * An interface for (mostly) file input pointers.
  *
@@ -46,7 +52,5 @@ interface InputPointer extends StreamableInput, FilePointer {
         * @throws      InvalidResourceException        If there is being set
         */
        function read ($bytes = NULL);
-}
 
-// [EOF]
-?>
+}