[SCB-7] Add a FileStore concept so that scraped data may be saved | |
| Status: | Closed |
| Project: | Scraping |
| Component/s: | scraping-engine |
| Affects Version/s: | |
| Fix Version/s: | scraping-engine-0.1 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| FileStore would be able to handle InputStream, File, URL, byte[]. |
| Comment by bayard [ Sat, 15 Nov 2003 16:35:42 -0800 (PST) ] |
| File, URL, OutputStream all handled so far. Still need to do byte[] and to have the ability to save more than one file if it's a URL or File. |
| Comment by bayard [ Fri, 12 Dec 2003 11:14:23 -0800 (PST) ] |
| Done. What's left will go in a new issue. |