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 voidwrite(NoThrowOutputStream out)Write all the data you plan to write toout.
-
-
-
Method Detail
-
write
public 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 classDbxStreamWriter<java.lang.RuntimeException>
-
-