4 * This file is part of SwiftMailer.
5 * (c) 2004-2009 Chris Corbyn
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
11 //@require 'Swift/OutputByteStream.php';
14 * An OutputByteStream which specifically reads from a file.
16 * @subpackage ByteStream
17 * @author Chris Corbyn
19 interface Swift_FileStream
extends Swift_OutputByteStream
23 * Get the complete path to the file.
26 public function getPath();