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.DbxStreamWriter
DbxStreamWriter.ByteArrayCopier, DbxStreamWriter.InputStreamCopier
-
-
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
write(NoThrowOutputStream out)
Write all the data you plan to write toout
.
-
-
-
Method Detail
-
write
public void write(NoThrowOutputStream out)
Description copied from class:DbxStreamWriter
Write all the data you plan to write toout
. Do not callclose()
on the stream (the stream will be closed automatically).- Specified by:
write
in classDbxStreamWriter<java.lang.RuntimeException>
-
-