Ticket #57 (closed improvement: invalid)
extend io::block::channel write capabilities
| Reported by: | niam | Owned by: | niam |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.13.0 |
| Component: | Version: | ||
| Severity: | feature | Keywords: | |
| Cc: |
Description (last modified by niam) (diff)
Add such behaviour modifiers for write:
append
insert
replace
append truncate <- truncate source to pos and append, should be default for writeStream
Change History
Note: See
TracTickets for help on using
tickets.

Insert will take too much resources for shifting data(especially for big files) so no much sense in implementation.