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