Package io.milton.http.entity
Class ByteArrayEntity
java.lang.Object
io.milton.http.entity.ByteArrayEntity
- All Implemented Interfaces:
Response.Entity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getArr()voidwrite(Response response, OutputStream outputStream)
-
Constructor Details
-
ByteArrayEntity
public ByteArrayEntity(byte[] arr)
-
-
Method Details
-
getArr
public byte[] getArr() -
write
- Specified by:
writein interfaceResponse.Entity- Throws:
Exception
-