Avail feature updated
[ninja.git] / application / vendor / swiftmailer / classes / Swift / FileStream.php
bloba7f894dcd53a6266edf70f5f0afc758a2fb9310d
1 <?php
3 /*
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.
9 */
11 //@require 'Swift/OutputByteStream.php';
13 /**
14 * An OutputByteStream which specifically reads from a file.
15 * @package Swift
16 * @subpackage ByteStream
17 * @author Chris Corbyn
19 interface Swift_FileStream extends Swift_OutputByteStream
22 /**
23 * Get the complete path to the file.
24 * @return string
26 public function getPath();