Recommend this page to a friend! |
Download .zip |
Info | View files (29) | Download .zip | Reputation | Support forum | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2011-12-22 (4 years ago) | Not enough user ratings | Total: 252 | All time: 7,386 This week: 1,081 |
Version | License | PHP version | Categories | |||
stream-io 0.9 | BSD License | 4.3 | PHP 5, Files and Folders, Text proces... |
Description | Author | ||||||||
This package can access files with classes similar to Java IO package. |
|
Files |
File | Role | Description | ||
---|---|---|---|---|
charset (3 files) | ||||
Example | Example | Example code for the main classes. | ||
PHP_IO.Lib.php | Aux. | Loads all classes of the library. | ||
PHP_IO.php | Aux. | Loads default classes if __autoload is defined otherwise defines __autoload to load all required classes. | ||
BigEndian.php | Class | Provides a bigendian conversion interface. | ||
BufferedReader.php | Class | Buffers a php-native stream for performance increasements. (Is currently slower as InputStreamReader; is to be imporved) | ||
Closable.php | Class | Implemented by all closable streams. | ||
CryptoException.php | Class | Thrown whenever Encrypted(Input/Output)Stream encounters errors during the en/de-cryption | ||
DataInputStream.php | Class | Provides the option to read complex data such as nested arrays and objects from a stream | ||
DataOutputStream.php | Class | Provides the option to write complex data such as nested arrays and objects to a stream | ||
EncryptedInputStream.php | Class | Provides the functionality to read encrypted data from a stream. | ||
EncryptedOutputStream.php | Class | Provides the functionality to write encrypted data to a stream. | ||
File.php | Class | Represents a file or directory. | ||
FileFilter.php | Class | Filters files according to their contents. | ||
FilenameFilter.php | Class | Filters files according to their filename/extension. | ||
FileOutputStream.php | Class | Provides the option to write raw bytes to a file | ||
Flushable.php | Class | Implemented by all flushble streams. | ||
InputStream.php | Class | Interface for simple read functionality. | ||
InputStreamReader.php | Class | Provides read functionality using different charsets. | ||
IOException.php | Class | Thrown whenever an error occurs. | ||
OutputStream.php | Class | Interface for simple write functionality. | ||
php.io.php | Class | Contains all classes; No need to include anything else. | ||
PrintWriter.php | Class | Provides the option to write characters to a stream using different charsets | ||
RawInputStream.php | Class | Class for simple read functionality. | ||
RawOutputStream.php | Class | Class for simple write functionality. | ||
Socket.php | Class | Creates a Socket to the given computer/port and provides stream-interfaces. | ||
TemporaryFile.php | Class | Represents a temporary file. |
Files | / | charset |
File | Role | Description |
---|---|---|
ASCII7.php | Class | Class for the ASCII7 charset. |
Charset.php | Class | Interface for charsets to implement. |
UTF8.php | Class | Class for the UTF8 charset. |
stream-io-2011-12-22.zip 32KB | |
stream-io-2011-12-22.tar.gz 20KB | |
Install with Composer |
Needed packages | ||
Class | Download | Why it is needed | Dependency |
---|---|---|---|
Anti_Mcrypt | .zip .tar.gz | Needed for EncryptedInputStream and EncryptedOutputStream | Conditional |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.