Lines Matching full:file
4 * Swift Mailer File Stream Wrapper
5 * Please read the LICENSE file
16 * Swift File stream abstraction layer
17 * Reads bytes from a file
24 * The accessible path to the file
29 * The name of the file
46 * @param string The path the the file
47 * @throws Swift_FileException If the file cannot be found
55 * Set the path to the file
56 * @param string The path to the file
57 * @throws Swift_FileException If the file cannot be found
63 throw new Swift_FileException("No such file '" . $path ."'");
71 * Get the path to the file
79 * Get the name of the file without it's full path
94 * Establish an open file handle on the file if the file is not yet opened
95 * @throws Swift_FileException If the file cannot be opened for reading
103 …throw new Swift_FileException("Unable to open file '" . $this->path . " for reading. Check the fi…
108 * Check if the pointer as at the end of the file
110 * @throws Swift_FileException If the file cannot be read
118 * Get a single byte from the file
121 * @throws Swift_FileException If the file cannot be read
129 * Read one full line from the file including the line ending
132 * @throws Swift_FileException If the file cannot be read
149 * Get the entire file contents as a string
151 * @throws Swift_FileException If the file cannot be read
162 * Read a given number of bytes from the file
165 * @throws Swift_FileException If the file cannot be read
182 * Get the size of the file in bytes
190 * Close the open handle on the file
191 * @throws Swift_FileException If the file cannot be read
200 * Reset the file pointer back to zero
209 * Closes the file