Uses of Class
com.google.api.client.http.ByteArrayContent
-
Packages that use ByteArrayContent Package Description com.google.api.client.http Subset of HTTP 1.1 needed from the specification in RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1. -
-
Uses of ByteArrayContent in com.google.api.client.http
Methods in com.google.api.client.http that return ByteArrayContent Modifier and Type Method Description static ByteArrayContent
ByteArrayContent. fromString(java.lang.String type, java.lang.String contentString)
Returns a new instance with the UTF-8 encoding (usingStringUtils.getBytesUtf8(String)
) of the given content string.ByteArrayContent
ByteArrayContent. setCloseInputStream(boolean closeInputStream)
ByteArrayContent
ByteArrayContent. setType(java.lang.String type)
-