public static final class DbxStreamWriter.InputStreamCopier extends DbxStreamWriter<IOException>
DbxStreamWriter
that gets its source data from the given InputStream
.
The InputStream
will be closed automatically.DbxStreamWriter.ByteArrayCopier, DbxStreamWriter.InputStreamCopier
Constructor and Description |
---|
DbxStreamWriter.InputStreamCopier(InputStream source) |
public DbxStreamWriter.InputStreamCopier(InputStream source)
public void write(NoThrowOutputStream out) throws IOException
DbxStreamWriter
out
. Do not
call close()
on the stream (the stream will
be closed automatically).write
in class DbxStreamWriter<IOException>
IOException
Copyright © 2014. All rights reserved.