Uses of Class
com.google.api.client.http.AbstractInputStreamContent

Packages that use AbstractInputStreamContent
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
 class ByteArrayContent
          Concrete implementation of AbstractInputStreamContent that generates repeatable input streams based on the contents of byte array.
 class FileContent
          Concrete implementation of AbstractInputStreamContent that generates repeatable input streams based on the contents of a file.
 class InputStreamContent
          Concrete implementation of AbstractInputStreamContent that simply handles the transfer of data from an input stream to an output stream.
 



Copyright © 2010-2011 Google. All Rights Reserved.