Constructor and Description |
---|
BlobHttpContent(Blob blob,
String contentType) |
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.HttpContent
public String getType()
getType
in interface com.google.api.client.http.HttpContent
public boolean retrySupported()
retrySupported
in interface com.google.api.client.http.HttpContent
public void writeTo(OutputStream outputStream) throws IOException
writeTo
in interface com.google.api.client.http.HttpContent
writeTo
in interface com.google.api.client.util.StreamingContent
IOException
Copyright © 2018. All rights reserved.