|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.openxml4j.opc.StreamHelper
public final class StreamHelper
Method Summary | |
---|---|
static boolean |
copyStream(java.io.InputStream inStream,
java.io.OutputStream outStream)
Copy the input stream into the output stream. |
static boolean |
saveXmlInStream(org.dom4j.Document xmlContent,
java.io.OutputStream outStream)
Turning the DOM4j object in the specified output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean saveXmlInStream(org.dom4j.Document xmlContent, java.io.OutputStream outStream)
xmlContent
- The XML document.outStream
- The OutputStream in which the XML document will be written.
public static boolean copyStream(java.io.InputStream inStream, java.io.OutputStream outStream)
inStream
- The source stream.outStream
- The destination stream.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |