DocumentOutputStream
java.io. OutputStream
+OutputStream()
+write(int ) :void
+write(byte[] ) :void
+write(byte[] , int , int ) :void
+flush() :void
+close() :void
org.apache.poi.poifs.filesystem.
DocumentOutputStream
+
write
(int b) :void
+
write
(byte[] b) :void
+
write
(byte[] b, int off, int len) :void
+
flush
() :void
+
close
() :void