Jerome Louvel <contact <at> noelios.com> writes:
>
>
> Hi Stokes,
>
> You may have an encoding issue in the chain. One test you could do is write
> your representation in a local file and try to open it locally. That will
> rule out some potential causes. Just do something like:
>
> myRepresentation.write(new FileOutputStream("myImage.jpg"));
>
> Best regards,
> Jerome
Jerome,
I still saw the problem in the written file, but then I tried just writing my
byte[] array to a file with a FileOutputStream and see the same problem, so my
corruption is somehow further back than the Restlet library.
Consider this a non-issue unless I post a followup. Sorry for the false alarm.
Stokes.