Re: New draft of FileWriter API posted

On Sat, 06 Mar 2010 03:01:13 +0100, Eric Uhrhane <ericu@google.com> wrote:
> I've just posted a new draft of the File Writer API [1], based on the
> version I posted in January [2].  I look forward to your feedback.  In
> the mean time, I'll get going on a clean draft of the FileSystem API.

BlobBuilder should have an overloaded append() method rather than two  
separate methods. That would be more consistent with similar APIs.

It is not defined how the constructor for BlobBuilder ought to work.

Why is endings needed? Can't the author handle that himself?

Could we get away with not having encoding at all? I.e. always writing  
UTF-8 octets?


> [1] http://dev.w3.org/2009/dap/file-system/file-writer.html


-- 
Anne van Kesteren
http://annevankesteren.nl/

Received on Monday, 8 March 2010 14:43:34 UTC