RuidSiel / chromiumembedded

Automatically exported from code.google.com/p/chromiumembedded
0 stars 1 forks source link

GetBytes overload for PostDataElement to retrieve the bytes in chunks #308

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Implement a new function:
virtual size_t CefPostDataElement::GetBytes(size_t offset, size_t size, void* 
bytes) =0;

This would retrieve bytes from offset with size into bytes.
If size would be too big ( offset+size > GetBytesCount() ) then adjust size and 
return the number of bytes filled.

For an explanation of this feature request see the forum:
http://www.magpcss.org/ceforum/viewtopic.php?f=6&t=396

Original issue reported on code.google.com by Mirco.Ba...@gmail.com on 9 Aug 2011 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 9 Aug 2011 at 7:35

GoogleCodeExporter commented 9 years ago

Original comment by magreenb...@gmail.com on 2 Oct 2014 at 7:49

GoogleCodeExporter commented 9 years ago
CEF is transitioning from Google Code to Bitbucket project hosting. If you 
would like to continue receiving notifications on this issue please add 
yourself as a Watcher at the new location: 
https://bitbucket.org/chromiumembedded/cef/issue/308

Original comment by magreenb...@gmail.com on 14 Mar 2015 at 3:21