Class ByteArrayEntity

java.lang.Object
org.apache.juneau.http.entity.BasicHttpEntity
org.apache.juneau.http.entity.ByteArrayEntity
All Implemented Interfaces:
HttpEntity

public class ByteArrayEntity extends BasicHttpEntity
A repeatable entity that obtains its content from a byte array.
See Also: