DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24535>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24535 Memory allocation problem in MemBufInputSource class ------- Additional Comments From [EMAIL PROTECTED] 2003-11-10 08:49 ------- Thanks for the explanation! I think API documentation should be updated if so, currently constructor args are described as follows: ( http://xml.apache.org/xerces-c/apiDocs/classMemBufInputSource.html#z298_0 ) srcDocBytes The actual data buffer to be parsed from. byteCount The count of bytes (not characters, bytes!) in the buffer. bufId A fake system id for the buffer. adoptBuffer Indicates whether this object should adopt the buffer (i.e. make a copy of it) or just use it in place. As written, adoptBuffer argument forces the buffer to _make a copy_ of data. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
