接口 XmlBinaryStreamProvider


  • public interface XmlBinaryStreamProvider
    Interface defining handling involved with providing OutputStream data for XML input.
    从以下版本开始:
    2.5.5
    作者:
    Thomas Risberg
    另请参阅:
    OutputStream
    • 方法详细资料

      • provideXml

        void provideXml​(OutputStream outputStream)
                 throws IOException
        Implementations must implement this method to provide the XML content for the OutputStream.
        参数:
        outputStream - the OutputStream object being used to provide the XML input
        抛出:
        IOException - if an I/O error occurs while providing the XML