Package com.dropbox.core
Class DbxStreamWriter.InputStreamCopier
- Enclosing class:
DbxStreamWriter<E extends Throwable>
A
DbxStreamWriter that gets its source data from the given InputStream.
The InputStream will be closed automatically.-
Nested Class Summary
Nested classes/interfaces inherited from class com.dropbox.core.DbxStreamWriter
DbxStreamWriter.ByteArrayCopier, DbxStreamWriter.InputStreamCopier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(NoThrowOutputStream out) Write all the data you plan to write toout.
-
Constructor Details
-
InputStreamCopier
-
-
Method Details
-
write
Description copied from class:DbxStreamWriterWrite all the data you plan to write toout. Do not callclose()on the stream (the stream will be closed automatically).- Specified by:
writein classDbxStreamWriter<IOException>- Throws:
IOException
-