Package com.dropbox.core
Class DbxStreamWriter.InputStreamCopier
- java.lang.Object
- 
- com.dropbox.core.DbxStreamWriter<java.io.IOException>
- 
- com.dropbox.core.DbxStreamWriter.InputStreamCopier
 
 
- 
- Enclosing class:
- DbxStreamWriter<E extends java.lang.Throwable>
 
 public static final class DbxStreamWriter.InputStreamCopier extends DbxStreamWriter<java.io.IOException> ADbxStreamWriterthat gets its source data from the givenInputStream. TheInputStreamwill be closed automatically.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.dropbox.core.DbxStreamWriterDbxStreamWriter.ByteArrayCopier, DbxStreamWriter.InputStreamCopier
 
- 
 - 
Constructor SummaryConstructors Constructor Description InputStreamCopier(java.io.InputStream source)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(NoThrowOutputStream out)Write all the data you plan to write toout.
 
- 
- 
- 
Method Detail- 
writepublic void write(NoThrowOutputStream out) throws java.io.IOException 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 class- DbxStreamWriter<java.io.IOException>
- Throws:
- java.io.IOException
 
 
- 
 
-