Package com.dropbox.core
Class DbxStreamReader.ByteArrayCopier
- java.lang.Object
- 
- com.dropbox.core.DbxStreamReader<java.lang.RuntimeException>
- 
- com.dropbox.core.DbxStreamReader.ByteArrayCopier
 
 
- 
- Enclosing class:
- DbxStreamReader<E extends java.lang.Throwable>
 
 public static final class DbxStreamReader.ByteArrayCopier extends DbxStreamReader<java.lang.RuntimeException> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.dropbox.core.DbxStreamReaderDbxStreamReader.ByteArrayCopier, DbxStreamReader.OutputStreamCopier
 
- 
 - 
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 voidread(NoThrowInputStream in)Write all the data you plan to write toin.
 
- 
- 
- 
Method Detail- 
readpublic void read(NoThrowInputStream in) 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 class- DbxStreamReader<java.lang.RuntimeException>
 
 
- 
 
-