Interface BinaryMultipartContent<T>
- Type Parameters:
T- The type of the part's data.
public interface BinaryMultipartContent<T>
Interface representing binary multipart content.
- Since:
- 8.5.0
-
Method Details
-
contentLength
long contentLength()Gets the content length of the binary content, if known, or -1 if unknown.- Returns:
- The content length.
-
contentType
-
data
-
fileName
-