Package com.logicaldoc.ftp
Class FtpOutputStream
java.lang.Object
java.io.OutputStream
java.io.FileOutputStream
com.logicaldoc.ftp.FtpOutputStream
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
Special implementation of a Stream used to create new files. It initially
 uses a temporary file and when closed the document is stored in LogicalDOC.
- Since:
- 8.0
- Author:
- Marco Meschieri - LogicalDOC
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.io.FileOutputStreamgetChannel, getFD, write, write, writeMethods inherited from class java.io.OutputStreamflush, nullOutputStream
- 
Constructor Details- 
FtpOutputStream- Throws:
- IOException
 
 
- 
- 
Method Details- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- FileOutputStream
- Throws:
- IOException
 
- 
disposepublic void dispose()
 
-