Android
org.apache.http.entity
public class

org.apache.http.entity.SerializableEntity

java.lang.Object
org.apache.http.entity.AbstractHttpEntity HttpEntity
org.apache.http.entity.SerializableEntity

Summary

Fields inherited from class org.apache.http.entity.AbstractHttpEntity

Public Constructors

            SerializableEntity(Serializable ser, boolean bufferize)

Public Methods

          InputStream  getContent()
          long  getContentLength()
          boolean  isRepeatable()
          boolean  isStreaming()
          void  writeTo(OutputStream outstream)
Methods inherited from class org.apache.http.entity.AbstractHttpEntity
Methods inherited from class java.lang.Object
Methods inherited from interface org.apache.http.HttpEntity

Details

Public Constructors

public SerializableEntity(Serializable ser, boolean bufferize)

Throws

IOException

Public Methods

public InputStream getContent()

public long getContentLength()

public boolean isRepeatable()

public boolean isStreaming()

public void writeTo(OutputStream outstream)

Throws

IOException
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48