Class IPFSUtils
java.lang.Object
utils.IPFSUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic okhttp3.RequestBodyconstructMultiPartBody(InputStream stream) Constructs a put body for the ipfs proxy with a multipart body from the passed input stream
-
Constructor Details
-
IPFSUtils
public IPFSUtils()
-
-
Method Details
-
constructMultiPartBody
Constructs a put body for the ipfs proxy with a multipart body from the passed input stream- Parameters:
stream- The input stream to use- Returns:
- The constructed request body
-