java.lang.Object | ||
↳ | org.apache.http.entity.AbstractHttpEntity | |
↳ | org.apache.http.entity.ByteArrayEntity |
An entity whose content is retrieved from a byte array.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
content |
[Expand]
Inherited Fields
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.entity.AbstractHttpEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates and returns a copy of this
Object
.
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
|
||||||||||
|
Tells that this entity is not streaming.
|
||||||||||
|
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.apache.http.entity.AbstractHttpEntity
|
|||||||||||
From class
java.lang.Object
|
|||||||||||
From interface
org.apache.http.HttpEntity
|
Creates and returns a copy of this
Object
. The default
implementation returns a so-called "shallow" copy: It creates a new
instance of the same class and then copies the field values (including
object references) from this instance to the new instance. A "deep" copy,
in contrast, would also recursively clone nested objects. A subclass that
needs to implement this kind of cloning should call
super.clone()
to create the new instance and then create deep copies of the nested,
mutable objects.
CloneNotSupportedException |
---|
Tells that this entity is not streaming.
false