system/io/FilterReader.php

Show: inherited
Table of Contents

Wrapper class for readers, which can be used to apply filters.

Package
phing.system.io  

\FilterReader

Package: phing\system\io

Wrapper class for readers, which can be used to apply filters.

Parent(s)
\Reader
Children
\BaseFilterReader

Properties

Propertyprotected\Reader  $in= ''

Details
Type
\Reader

Methods

methodpublic__construct(  $in = null ) : void

Parameters
Name Type Description
$in
methodpublicclose( ) : void

methodpublicgetResource( ) : void

methodpublicmark( ) : void

methodpublicmarkSupported( ) : void

methodpublicread(  $len = null ) : void

Read data from source.

FIXME: Clean up this function signature, as it a) params aren't being used and b) it doesn't make much sense.

Parameters
Name Type Description
$len
methodpublicready( ) : void

methodpublicreset( ) : void

methodpublicsetReader(  $in ) : void

Parameters
Name Type Description
$in
methodpublicskip(  $n ) : void

Parameters
Name Type Description
$n
Documentation was generated by DocBlox 0.17.1.