Continued:
[core.git] / framework / main / interfaces / io / pointer / class_InputPointer.php
index 334ed78cb27d71ccb4a251b4c10f3dce074cd4a7..47a8935023cf7b1adfeeb91451c04ad3c7e18306 100644 (file)
@@ -49,7 +49,7 @@ interface InputPointer extends StreamableInput, FilePointer {
         * @param       $bytes  Amount of bytes to read or whole line (only text files)
         * @return      $data   Data read from file
         * @throws      NullPointerException    If the file pointer instance
-        *                                                                      is not set by setPointer()
+        *                                                                      is not set by setFileObject()
         * @throws      InvalidResourceException        If there is being set
         */
        function read ($bytes = NULL);