#2360 gfx::Image.write(...) and stream closing

SlimerDude Mon 13 Oct 2014

Hi, just to say that it might be nice if gfx::Image.write(...) was altered to take a optional closeStream parameter:

Void write(MimeType type, OutStream out, Bool closeStream := true)

For I'd imagine that is the default behaviour you'd want. And I'm pretty sure I've seen that pattern elsewhere in the Fantom core libs...

Login or Signup to reply.