E
- The type of exception that your write(com.dropbox.core.NoThrowOutputStream)
implementation might throw
If your write
implementation won't throw any checked exceptions,
you should use RuntimeException
for this parameter.public abstract class DbxStreamWriter<E extends Throwable> extends Object
OutputStream
, usually
in the context of an API request being made by DbxClient
.Modifier and Type | Class and Description |
---|---|
static class |
DbxStreamWriter.ByteArrayCopier |
static class |
DbxStreamWriter.InputStreamCopier
A
DbxStreamWriter that gets its source data from the given InputStream . |
Constructor and Description |
---|
DbxStreamWriter() |
Copyright © 2014. All rights reserved.