Wrapper class for readers, which can be used to apply filters.
package | phing.system.io |
---|---|
author | Hans Lellelid |
author | Yannick Lecaillez |
version | $Id$ |
__construct(\Reader $in)
getResource() : string
that is being read from. This is critical for, e.g., ExpatParser's ability to know the filename that is throwing an ExpatParserException, etc.
string
mark()
A subsequent call to reset() will move stream position back to last marker (if supported).
inherited_from | \Reader::mark() |
---|
markSupported() : boolean
inherited_from | \Reader::markSupported() |
---|
boolean
read(int $len)
FIXME: Clean up this function signature, as it a) params aren't being used and b) it doesn't make much sense.
int
ready() : boolean
inherited_from | \Reader::ready() |
---|
boolean
reset()
setReader(\Reader $in)
skip(int $n)
int
$in : \Reader