Uploaded image for project: 'Tupelo'
  1. Tupelo
  2. TUP-460

BlobWriter should have a outputstream

XMLWordPrintableJSON

      It would be nice if BlobWriter has a outputstream as well as inputstream. This would allow me to write straight to the blob and not using an intermediate file.

      For example
      BlobWriter bw = new BlobWriter();
      OutputStream os = bw.getOutputStream();
      ImageIO.write( bi, "jpeg", os);
      context.perform(bw);

              futrelle Joe Futrelle (Inactive)
              kooper Rob Kooper
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: