有没有办法将org.apache.poi.xwpf.usermodel.XWPFDocument
对象转换为java.io.InputStream
的任何子类(可能是java.io.FileInputStream
)而无需考虑所述文档所在的java.io.File
对象从下面的层次结构中引用。
java.io.File => The path of the .docx file
java.io.FileInputStream => The InputStream to be used for JDBC
org.apache.poi.xwpf.usermodel.XWPFDocument => Retrieve elements in the document