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:
  • 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)