system/io/Writer.php
Abstract class for writing character streams.
- Package
- phing.system.io
\Writer
Package: phing\system\io
Abstract class for writing character streams.
- Children
- \LogWriter
- \BufferedWriter
- \OutputStreamWriter
Methods

close(
)
:
void
abstract
Close the stream.
Throws
| Exception | Description |
|---|---|
| \IOException | - if there is an error closing stream. |

getResource(
)
:
string
abstract
Returns a string representation of resource filename, url, etc. that is being written to.
Returns
| Type | Description |
|---|---|
| string |