← Back to team overview

zorba-coders team mailing list archive

Re: [Merge] lp:~zorba-coders/zorba/bug938320 into lp:zorba

 

@Chris
ZorbaIOStream is the base class that should be used in other languages to stream to/from Zorba, it works as a wrapper for other language stream classes, 
for example, in Java this class becomes:
ZorbaInputWrapper to manage InputStream Objects
ZorbaOutputWrapper to manage OutputStream Objects
ZorbaReaderWrapper to manage Reader Objects
ZorbaWriterWrapper to manage Writer Objects

The documentation is now correct.

@Cezar
Changes completed, now is strict result comparison.
Note: these changes also showed a bug on XQJ's serialization.
-- 
https://code.launchpad.net/~zorba-coders/zorba/bug938320/+merge/118194
Your team Zorba Coders is subscribed to branch lp:zorba.


References