Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 363747

Summary: Copy resources in chunks
Product: [RT] RAP Reporter: Ralf Sternberg <rsternberg>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.5   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Ralf Sternberg CLA 2011-11-14 15:51:52 EST
Currently, the ResourceManager uses ResourceUtil#read and #write methods to copy files. This requires to read the entire contents of files into memory, which is a wast of memory and cycles. We could also add a util method that copies from an input stream to an output stream in chunks.