Package com.dropbox.core
Class DbxStreamReader.OutputStreamCopier
- Enclosing class:
DbxStreamReader<E extends Throwable>
A
DbxStreamReader that gets its source data from the given OutputStream.
The OutputStream will be closed automatically.-
Nested Class Summary
Nested classes/interfaces inherited from class com.dropbox.core.DbxStreamReader
DbxStreamReader.ByteArrayCopier, DbxStreamReader.OutputStreamCopier -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidread(NoThrowInputStream source) Write all the data you plan to write toin.
-
Constructor Details
-
OutputStreamCopier
-
-
Method Details
-
read
Description copied from class:DbxStreamReaderWrite all the data you plan to write toin. Do not callclose()on the stream (the stream will be closed automatically).- Specified by:
readin classDbxStreamReader<IOException>- Throws:
IOException
-