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.DbxStreamReader
DbxStreamReader.ByteArrayCopier, DbxStreamReader.OutputStreamCopier
-
-
Constructor Summary
Constructors Constructor Description ByteArrayCopier(byte[] data)
ByteArrayCopier(byte[] data, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
read(NoThrowInputStream in)
Write all the data you plan to write toin
.
-
-
-
Method Detail
-
read
public void read(NoThrowInputStream in)
Description copied from class:DbxStreamReader
Write all the data you plan to write toin
. Do not callclose()
on the stream (the stream will be closed automatically).- Specified by:
read
in classDbxStreamReader<java.lang.RuntimeException>
-
-