Package kong.unirest.core
Class ByteArrayPart
- java.lang.Object
-
- kong.unirest.core.BodyPart<byte[]>
-
- kong.unirest.core.ByteArrayPart
-
- All Implemented Interfaces:
Comparable
public class ByteArrayPart extends BodyPart<byte[]>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
boolean
isFile()
String
toString()
-
Methods inherited from class kong.unirest.core.BodyPart
compareTo, getContentType, getName, getPartType, getValue
-
-