Class IPFSUtils

java.lang.Object
utils.IPFSUtils

public class IPFSUtils extends Object
  • Constructor Details

    • IPFSUtils

      public IPFSUtils()
  • Method Details

    • constructMultiPartBody

      public static okhttp3.RequestBody constructMultiPartBody(InputStream stream)
      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