system/io/FileInputStream.php

Show: inherited
Table of Contents

\FileInputStream

Package: phing\system\io

Input stream subclass for file streams.

Parent(s)
\InputStream

Properties

Propertyprotected\PhingFile  $file= ''

The associated file.

Details
Type
\PhingFile

Methods

methodpublic__construct( \PhingFile | string $file, boolean $append = false ) : void

Construct a new FileInputStream.

Parameters
Name Type Description
$file \PhingFile | string

Path to the file

$append boolean

Whether to append (ignored)

Throws
Exception Description
\Exception - if invalid argument specified.
\IOException - if unable to open file.
methodpublic__toString( ) : string

Returns a string representation of the attached file.

Returns
Type Description
string
methodpublicclose( ) : void

methodpubliceof( ) : void

methodpublicmark( ) : void

methodpublicmarkSupported( ) : boolean

Mark is supported by FileInputStream.

Returns
Type Description
boolean TRUE
methodpublicread( ) : void

methodpublicreadInto( ) : void

methodpublicreset( ) : void

methodpublicskip( ) : void

Documentation was generated by DocBlox 0.17.1.