org.apache.cxf.jaxrs.client.cache
Class BytesEntity
java.lang.Object
org.apache.cxf.jaxrs.client.cache.BytesEntity
- All Implemented Interfaces:
- Serializable
public class BytesEntity
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytesEntity
public BytesEntity()
BytesEntity
public BytesEntity(byte[] entity,
boolean fromStream)
getEntity
public byte[] getEntity()
setEntity
public void setEntity(byte[] entity)
isFromStream
public boolean isFromStream()
setFromStream
public void setFromStream(boolean fromStream)
Apache CXF