public interface IBaseItemStreamRequest extends IHttpStreamRequest
| Modifier and Type | Method and Description |
|---|---|
java.io.InputStream |
get() |
void |
get(ICallback<java.io.InputStream> callback) |
Item |
put(byte[] fileContents) |
void |
put(byte[] fileContents,
ICallback<Item> callback) |
addHeader, getHeaders, getHttpMethod, getOptions, getRequestUrlvoid get(ICallback<java.io.InputStream> callback)
java.io.InputStream get()
throws ClientException
ClientExceptionItem put(byte[] fileContents) throws ClientException
ClientException