X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Finterfaces%2Fio%2Ffile%2Fclass_FileInputStreamer.php;h=34bb12175962b82710dff719e8e3bdecc10cd264;hb=5203f9bd014ad46fbc7ee54e7223dcd46e14e3b4;hp=0fcafe8aed18e355b4a52ace2e42a6a879cdbcda;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae;p=core.git diff --git a/inc/classes/interfaces/io/file/class_FileInputStreamer.php b/inc/classes/interfaces/io/file/class_FileInputStreamer.php index 0fcafe8a..34bb1217 100644 --- a/inc/classes/interfaces/io/file/class_FileInputStreamer.php +++ b/inc/classes/interfaces/io/file/class_FileInputStreamer.php @@ -2,11 +2,11 @@ /** * An interface for file input operations. * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,18 +21,17 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -interface FileInputStreamer extends Streamable { +interface FileInputStreamer extends StreamableInput { /** * Reads from a local or remote file * * @param $fqfn The file's FQFN we shall load * @return $array An array containing all read lines - * @throws InvalidArrayCountException If an array has not the - * expected size + * @throws InvalidArrayCountException If an array has not the expected size * @throws InvalidMD5ChecksumException If two MD5 hashes did not match */ function loadFileContents ($fqfn); } -// +// [EOF] ?>