TYPO3  7.6
InputByteStream.php
Go to the documentation of this file.
1 <?php
2 
3 /*
4  * This file is part of SwiftMailer.
5  * (c) 2004-2009 Chris Corbyn
6  *
7  * For the full copyright and license information, please view the LICENSE
8  * file that was distributed with this source code.
9  */
10 
20 {
37  public function write($bytes);
38 
45  public function commit();
46 
55  public function bind(Swift_InputByteStream $is);
56 
66  public function unbind(Swift_InputByteStream $is);
67 
74  public function flushBuffers();
75 }