This is an exported version of the JIRA issue tracker. Please use the Google Code site to open new tickets or report updates to these existing tickets. Feel free to contact the mailing list with any questions.

[SCB-7] Add a FileStore concept so that scraped data may be saved
Created: Sat, 15 Nov 2003 16:34:22 -0800 (PST)  Updated: Fri, 12 Dec 2003 11:14:23 -0800 (PST)

Status:Closed
Project:Scraping
Component/s:scraping-engine
Affects Version/s:
Fix Version/s:scraping-engine-0.1

Type:New FeaturePriority: Major
Reporter:Henri YandellAssignee: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.