Class BytesEntity
java.lang.Object
org.apache.cxf.jaxrs.client.cache.BytesEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]booleanvoidsetEntity(byte[] entity) voidsetFromStream(boolean fromStream)
-
Constructor Details
-
BytesEntity
public BytesEntity() -
BytesEntity
public BytesEntity(byte[] entity, boolean fromStream)
-
-
Method Details
-
getEntity
public byte[] getEntity() -
setEntity
public void setEntity(byte[] entity) -
isFromStream
public boolean isFromStream() -
setFromStream
public void setFromStream(boolean fromStream)
-