Class CondaRepodata.PackageItem

java.lang.Object
com.artipie.conda.CondaRepodata.PackageItem
Enclosing interface:
CondaRepodata

public static final class CondaRepodata.PackageItem extends Object
Package item: .conda or tar.bz2 package as input stream, file name and checksums.
Since:
0.2
  • Constructor Details

    • PackageItem

      public PackageItem(InputStream input, String filename, String sha256, String md5, long size)
      Ctor.
      Parameters:
      input - Package input stream
      filename - Name of the file
      sha256 - Sha256 sum of the package
      md5 - Md5 sum of the package
      size - Package size