public static final class DbxStreamWriter.ByteArrayCopier extends DbxStreamWriter<java.lang.RuntimeException>
DbxStreamWriter.ByteArrayCopier, DbxStreamWriter.InputStreamCopier
Constructor and Description |
---|
ByteArrayCopier(byte[] data) |
ByteArrayCopier(byte[] data,
int offset,
int length) |
Modifier and Type | Method and Description |
---|---|
void |
write(NoThrowOutputStream out)
Write all the data you plan to write to
out . |
public ByteArrayCopier(byte[] data, int offset, int length)
public ByteArrayCopier(byte[] data)
public void write(NoThrowOutputStream out)
DbxStreamWriter
out
. Do not
call close()
on the stream (the stream will
be closed automatically).write
in class DbxStreamWriter<java.lang.RuntimeException>