Class PropertyInfo

java.lang.Object
net.sf.sevenzipjbinding.PropertyInfo

public class PropertyInfo extends Object
Container for property information attributes.
Since:
4.65-1
Author:
Boris Brodski
  • Field Details

    • name

      public String name
      Name of property. null for some archive types.
    • propID

      public PropID propID
      Native property index
    • varType

      public Class<?> varType
      Type of the property values
  • Constructor Details

    • PropertyInfo

      public PropertyInfo()
  • Method Details