Class BinaryData
- java.lang.Object
-
- com.epam.ta.reportportal.entity.attachment.BinaryData
-
public class BinaryData extends java.lang.ObjectBinary data representation. Contains only input stream and data type. Introduced to simplify store/retrieve operations
-
-
Constructor Summary
Constructors Constructor Description BinaryData(java.lang.String contentType, java.lang.Long length, java.io.InputStream inputStream)BinaryData(org.springframework.web.multipart.MultipartFile multipartFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetContentType()java.io.InputStreamgetInputStream()java.lang.LonggetLength()
-