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