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
-
-
Constructor Summary
Constructors Constructor Description BytesEntity()BytesEntity(byte[] entity, boolean fromStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEntity()booleanisFromStream()voidsetEntity(byte[] entity)voidsetFromStream(boolean fromStream)
-