*** empty log message ***
This commit is contained in:
parent
91642caed6
commit
5e8bf5f5e1
3
TODO
3
TODO
|
|
@ -4,10 +4,7 @@
|
||||||
* Suggestion: Add ZipFile/ZipInputStream example that demonstrates extracting all entries.
|
* Suggestion: Add ZipFile/ZipInputStream example that demonstrates extracting all entries.
|
||||||
* Suggestion: ZipFile#extract destination should default to "."
|
* Suggestion: ZipFile#extract destination should default to "."
|
||||||
* Suggestion: ZipEntry should have extract(), get_input_stream() methods etc
|
* 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?)
|
* (is buffering used anywhere with write?)
|
||||||
* produce_input should take an optional buffer parameter.
|
|
||||||
* Inflater.sysread should pass the buffer to produce_input.
|
* Inflater.sysread should pass the buffer to produce_input.
|
||||||
* Implement ZipFsDir.glob
|
* Implement ZipFsDir.glob
|
||||||
* ZipFile.checkIntegrity method
|
* ZipFile.checkIntegrity method
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue