使用 JAXB 的大型对象编组会丢失字符
我使用 JavaAPIForKml 生成大型 KML 对象并将它们编组到文件中。
当输出达到一定大小时,我最终会丢失尖括号(<
)。似乎有一个缓冲区正在使用,并且有一个错误导致角色被删除。
有谁见过这个或知道如何解决它?
I'm using the JavaAPIForKml to generate large KML objects and marshal them to a file.
When the output reaches a certain size I end up losing an angle bracket (<
). It seems like there's a buffer that's being used and a bug is causing the character to be dropped.
Has anyone seen this or know how to fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来生成的 KML 是完全有效的。我在查看源代码模式下使用 Chrome,似乎 Chrome 中的一个错误正在丢失字符。
It looks like the KML that was generated was completely valid. I was using Chrome in view-source mode, it seems that a bug in Chrome was dropping characters.