Package kong.unirest.core
Class ByteArrayPart
java.lang.Object
kong.unirest.core.BodyPart<byte[]>
kong.unirest.core.ByteArrayPart
- All Implemented Interfaces:
Comparable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionByteArrayPart
(String name, byte[] bytes, ContentType contentType, String fileName) -
Method Summary
Methods inherited from class kong.unirest.core.BodyPart
compareTo, getContentType, getName, getPartType, getValue
-
Field Details
-
fileName
-
-
Constructor Details
-
ByteArrayPart
ByteArrayPart(String name, byte[] bytes, ContentType contentType, String fileName)
-
-
Method Details