classes/phing/system/io/OutputStreamWriter.php
Writer class for OutputStream objects.
Unlike the Java counterpart, this class does not (yet) handle
character set transformations. This will be an important function
of this class with move to supporting PHP6.
- Extends from
- \Writer
- package
- phing.system.io
Properties
Methods



__construct(
\OutputStream $outStream
)
:
Construct a new OutputStreamWriter.
Parameters
| Name |
Type |
Description |
| $outStream |
\OutputStream |
OutputStream to write to |



write(
\unknown_type $buf, \unknown_type $off
=
null, \unknown_type $len
=
null
)
:
\unknownWrite char data to stream.
Parameters
| Name |
Type |
Description |
| $buf |
\unknown_type |
|
| $off |
\unknown_type |
|
| $len |
\unknown_type |
|
Returns
| Type |
Description |
| \unknown |
|