Uses of Class
com.google.api.client.http.AbstractInputStreamContent
-
Packages that use AbstractInputStreamContent 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 AbstractInputStreamContent in com.google.api.client.http
Subclasses of AbstractInputStreamContent in com.google.api.client.http Modifier and Type Class Description classByteArrayContentConcrete implementation ofAbstractInputStreamContentthat generates repeatable input streams based on the contents of byte array.classFileContentConcrete implementation ofAbstractInputStreamContentthat generates repeatable input streams based on the contents of a file.classInputStreamContentConcrete implementation ofAbstractInputStreamContentthat simply handles the transfer of data from an input stream to an output stream.Methods in com.google.api.client.http that return AbstractInputStreamContent Modifier and Type Method Description AbstractInputStreamContentAbstractInputStreamContent. setCloseInputStream(boolean closeInputStream)Sets whether the input stream should be closed at the end ofwriteTo(java.io.OutputStream).AbstractInputStreamContentAbstractInputStreamContent. setType(java.lang.String type)Sets the content type ornullfor none.
-