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 BodyPart
compareTo, getContentType, getName, getPartType, getValue
-
Field Details
-
fileName
-
-
Constructor Details
-
ByteArrayPart
ByteArrayPart(String name, byte[] bytes, ContentType contentType, String fileName)
-
-
Method Details
-
getFileName
- Overrides:
getFileNamein classBodyPart<byte[]>
-
isFile
-
toString
-