Julien Chevalier wrote:
> Hi everyone.
> 
> I've been using jibx for almost a year now. Excellent binder.
> But I've only been working on mid sized XML files.
> 
> I'm faced today to huge XML files (something larger than 100 Mb)
> And linears treatments can be long although they are simple and not 
> ressources consuming.
> My question is :
> 
> Is there any way to wrap a mapped class into a buffer so that we could 
> load data "on demand"
> 
> Sincerely
> 

        I've had very good luck with StringReader() class to provide input to 
read consumers like JiBX. The ReadData wrapper class would read the 
unparsed XML into a string, then use StringReader on the string to pass 
it to JiBX, then return the marshalled object.



-- 
        Thomas Jones-Low            Softstart Services Inc.
        [EMAIL PROTECTED]      JobScheduler for Oracle
        Ph: 802-398-1012            http://www.softstart.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to