phing-system-io
[
class tree: phing-system-io
] [
index: phing-system-io
] [
all elements
]
Todo List
Packages:
phing
JSMin
phing-filters
phing-filters-util
phing-input
phing-lib
phing-listener
phing-mappers
phing-parser
phing-system-io
phing-system-lang
phing-system-util
phing-tasks-ext
phing-tasks-ext-coverage
phing-tasks-ext-creole
phing-tasks-ext-dbdeploy
phing-tasks-ext-formatter
phing-tasks-ext-ioncube
phing-tasks-ext-pdo
phing-tasks-ext-pearpackage
phing-tasks-ext-phar
phing-tasks-ext-phk
phing-tasks-ext-phpdoc
phing-tasks-ext-phpunit
phing-tasks-ext-phpunit-formatter
phing-tasks-ext-simpletest
phing-tasks-ext-svn
phing-tasks-system
phing-tasks-system-condition
phing-types
phing-types-selecctors
phing-types-selectors
phing-util
phing-util-regex
phing-util-regexp
Files:
BufferedReader.php
BufferedWriter.php
ConsoleReader.php
FileInputStream.php
FileOutputStream.php
FileReader.php
FileSystem.php
FileWriter.php
FilterReader.php
InputStream.php
InputStreamReader.php
IOException.php
OutputStream.php
OutputStreamWriter.php
PhingFile.php
Reader.php
StringReader.php
UnixFileSystem.php
Win32FileSystem.php
WinNTFileSystem.php
Writer.php
Classes:
BufferedReader
BufferedWriter
ConsoleReader
FileInputStream
FileOutputStream
FileReader
FileSystem
FileWriter
FilterReader
InputStream
InputStreamReader
IOException
OutputStream
OutputStreamWriter
PhingFile
Reader
StringReader
UnixFileSystem
Win32FileSystem
WinNTFileSystem
Writer
Class: FileReader
Source Location: /system/io/FileReader.php
Class Overview
Reader
| --
InputStreamReader
| --FileReader
Convenience class for reading files.
Author(s):
Yannick Lecaillez <
yl@seasonfive.com
>
Hans Lellelid <
hans@xmpl.org
>
Version:
$Revision: 552 $
Methods
__construct
Inherited Variables
Class:
InputStreamReader
InputStreamReader::$inStream
Inherited Methods
Class:
InputStreamReader
InputStreamReader::__construct()
Construct a new InputStreamReader.
InputStreamReader::close()
Close the stream.
InputStreamReader::eof()
Whether eof has been reached with stream.
InputStreamReader::getResource()
Returns string representation of attached stream.
InputStreamReader::mark()
Marks the current position in this input stream.
InputStreamReader::markSupported()
Whether the attached stream supports mark/reset.
InputStreamReader::read()
Read data from file.
InputStreamReader::readInto()
Reads a entire file and stores the data in the variable passed by reference.
InputStreamReader::reset()
Repositions this stream to the position at the time the mark method was last called on this input stream.
InputStreamReader::skip()
Skip over $n bytes.
Class:
Reader
Reader::close()
Close stream.
Reader::getResource()
Returns the filename, url, etc. that is being read from.
Reader::mark()
If supported, places a "marker" (like a bookmark) at current stream position.
Reader::markSupported()
Whether marking is supported.
Reader::read()
Read data from source.
Reader::ready()
Is stream ready for reading.
Reader::reset()
Reset the current position in stream to beginning or last mark (if supported).
Reader::skip()
Move stream position relative to current pos.
Class Details
[line 29]
Convenience class for reading files.
Tags:
author:
Yannick Lecaillez <
yl@seasonfive.com
>
author:
Hans Lellelid <
hans@xmpl.org
>
version:
$Revision: 552 $
[
Top
]
Class Methods
constructor __construct
[line 35]
FileReader __construct( mixed $file)
Construct a new FileReader.
Tags:
access:
public
Overrides
InputStreamReader::__construct()
(Construct a new InputStreamReader.)
Parameters:
mixed
$file
PhingFile or string pathname.
[
Top
]
Documentation generated on Mon, 19 Oct 2009 10:50:56 +0200 by
phpDocumentor 1.4.3