*** empty log message ***

This commit is contained in:
technorama 2006-02-26 08:56:22 +00:00
parent 91642caed6
commit 5e8bf5f5e1
1 changed files with 0 additions and 3 deletions

3
TODO
View File

@ -4,10 +4,7 @@
* Suggestion: Add ZipFile/ZipInputStream example that demonstrates extracting all entries.
* Suggestion: ZipFile#extract destination should default to "."
* Suggestion: ZipEntry should have extract(), get_input_stream() methods etc
* rename write to syswrite
* provide alias for write -> syswrite in ioextras.rb
* (is buffering used anywhere with write?)
* produce_input should take an optional buffer parameter.
* Inflater.sysread should pass the buffer to produce_input.
* Implement ZipFsDir.glob
* ZipFile.checkIntegrity method