Class ByteArrayResource

java.lang.Object
org.apache.juneau.http.resource.BasicResource
org.apache.juneau.http.resource.ByteArrayResource
All Implemented Interfaces:
HttpEntity, HttpResource

public class ByteArrayResource extends BasicResource
A repeatable resource that obtains its content from a byte array.
See Also: