| Constructor and Description |
|---|
BlobHttpContent(Blob blob,
String contentType) |
BlobHttpContent(Blob blob,
String contentType,
Consumer<Long> writtenByteCountListener) |
| Modifier and Type | Method and Description |
|---|---|
long |
getLength() |
String |
getType() |
boolean |
retrySupported() |
void |
writeTo(OutputStream outputStream) |
public long getLength()
getLength in interface com.google.api.client.http.HttpContentpublic String getType()
getType in interface com.google.api.client.http.HttpContentpublic boolean retrySupported()
retrySupported in interface com.google.api.client.http.HttpContentpublic void writeTo(OutputStream outputStream) throws IOException
writeTo in interface com.google.api.client.http.HttpContentwriteTo in interface com.google.api.client.util.StreamingContentIOExceptionCopyright © 2019. All rights reserved.