Todo List
Reader | --InputStreamReader
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.
[line 39]
InputStreamReader __construct( InputStream $inStream, InputStream $$inStream)
Overridden in child classes as:
void close( )
boolean eof( )
string getResource( )
void mark( )
boolean markSupported( )
string read( [int $len = null])
TRUE readInto( object &$rBuffer, string $file)
void reset( )
void skip( int $n)