Classes and interfaces
BufferedReader¶
Convenience class for reading files.
« More »
BufferedWriter¶
Convenience class for writing files.
« More »
ConsoleReader¶
Convenience class for reading console input.
« More »
FileOutputStream¶
Output stream subclass for file streams.
« More »
FileReader¶
Convenience class for reading files.
« More »
FileSystem¶
This is an abstract class for platform specific filesystem implementations
you have to implement each method in the platform specific filesystem implementation
classes Your local filesytem implementation must extend this class.
« More »
FileWriter¶
Convenience class for performing file write operations.
« More »
FilterReader¶
Wrapper class for readers, which can be used to apply filters.
« More »
IOException¶
Extends Exception to take advantage of methods therein.
« More »
OutputStream¶
Wrapper class for PHP stream that supports write operations.
« More »
OutputStreamWriter¶
Writer class for OutputStream objects.
« More »
PhingFile¶
An abstract representation of file and directory pathnames.
« More »
Reader¶
Abstract class for reading character streams.
« More »
StringReader¶
Dummy class for reading from string of characters.
« More »
UnixFileSystem¶
UnixFileSystem class.
« More »
Win32FileSystem¶
This is an abstract class for platform specific filesystem implementations
you have to implement each method in the platform specific filesystem implementation
classes Your local filesytem implementation must extend this class.
« More »
WinNTFileSystem¶
FileSystem for Windows NT/2000.
« More »
Writer¶
Abstract class for writing character streams.
« More »