X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fio%2Fclass_Pointer.php;h=cac8d5707caa5b23ff755acd67f977ddb76b5739;hb=f71efdba86087be9cac63280b1667cdca674133d;hp=b0882b7a155f034b0155a51e5c99059eedf5b7c3;hpb=0af07e30d2e346b21cbb57b53c7550ce93baac06;p=core.git diff --git a/inc/classes/interfaces/io/class_Pointer.php b/inc/classes/interfaces/io/class_Pointer.php index b0882b7a..cac8d570 100644 --- a/inc/classes/interfaces/io/class_Pointer.php +++ b/inc/classes/interfaces/io/class_Pointer.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -52,15 +52,6 @@ interface Pointer extends FrameworkInterface { * @return $isEndOfFileReached Whether the EOF has been reached */ function isEndOfFileReached (); - - /** - * Analyzes entries in index file. This will count all found (and valid) - * entries, mark invalid as damaged and count gaps ("fragmentation"). If - * only gaps are found, the file is considered as "virgin" (no entries). - * - * @return void - */ - function analyzeFile (); } // [EOF]