]> git.mxchange.org Git - core.git/commit
Added new general I/O stream classes and interfaces. Still the interfaces have no...
authorRoland Häder <roland@mxchange.org>
Thu, 14 Apr 2011 20:41:26 +0000 (20:41 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 14 Apr 2011 20:41:26 +0000 (20:41 +0000)
commit57fd3f16226ca5a22b8d8dc07ae858415c0e8e9b
tree450395dae85c7dcd826e7199ab96c56805738110
parent647d34b9da7d7492a5e89fc33544fbb769fa0b57
Added new general I/O stream classes and interfaces. Still the interfaces have no methods but they will be added soon
13 files changed:
.gitattributes
inc/classes/interfaces/streams/input/.htaccess [new file with mode: 0644]
inc/classes/interfaces/streams/input/class_InputStreamable.php [new file with mode: 0644]
inc/classes/interfaces/streams/output/.htaccess [new file with mode: 0644]
inc/classes/interfaces/streams/output/class_OutputStreamable.php [new file with mode: 0644]
inc/classes/main/output/class_ConsoleOutput.php
inc/classes/main/output/class_WebOutput.php
inc/classes/main/streams/class_
inc/classes/main/streams/crypto/class_NullCryptoStream.php
inc/classes/main/streams/input/.htaccess [new file with mode: 0644]
inc/classes/main/streams/input/class_BaseInputStream.php [new file with mode: 0644]
inc/classes/main/streams/output/.htaccess [new file with mode: 0644]
inc/classes/main/streams/output/class_BaseOutputStream.php [new file with mode: 0644]