The Write{Output|Error}Buffer API states:

   Adds a string composed of strings separated by the platform-specfic line-end 
characters as separate
   items or lines to an output redirection Rexx object that was specified using 
the WITH subkeyword of
   an ADDRESS instruction.

Is there any processing done on the received data or does the Write{Output|Error}Buffer-API just take the receive data as is and place it as a single item to the output sink? In this case it would become possible to produce binary data as a result of a command (and will motivate the need of an additional API on the Java side to become able to distinguish between Strings (Reader,Writer, codepage dependent) and Streams (byte oriented, raw data)).

---rony

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to