Package com.dropbox.core
Class DbxStreamWriter.ByteArrayCopier
- java.lang.Object
- 
- com.dropbox.core.DbxStreamWriter<java.lang.RuntimeException>
- 
- com.dropbox.core.DbxStreamWriter.ByteArrayCopier
 
 
- 
- Enclosing class:
- DbxStreamWriter<E extends java.lang.Throwable>
 
 public static final class DbxStreamWriter.ByteArrayCopier extends DbxStreamWriter<java.lang.RuntimeException> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.dropbox.core.DbxStreamWriterDbxStreamWriter.ByteArrayCopier, DbxStreamWriter.InputStreamCopier
 
- 
 - 
Constructor SummaryConstructors Constructor Description ByteArrayCopier(byte[] data)ByteArrayCopier(byte[] data, int offset, int length)
 - 
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) 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.lang.RuntimeException>
 
 
- 
 
-