Uses of Class
javax0.license3j.License
-
Packages that use License Package Description javax0.license3j javax0.license3j.io -
-
Uses of License in javax0.license3j
Methods in javax0.license3j that return License Modifier and Type Method Description static LicenseLicense.Create. from(byte[] array)Create a license from the binary byte array representation.static LicenseLicense.Create. from(java.lang.String text)Get a license with the features from the string.Constructors in javax0.license3j with parameters of type License Constructor Description License(License license)RevocableLicense(License license) -
Uses of License in javax0.license3j.io
Methods in javax0.license3j.io that return License Modifier and Type Method Description LicenseLicenseReader. read()Read the license from the input assuming the license is binary formatted.LicenseLicenseReader. read(IOFormat format)Read the license from the input assuming that the format of the license on the input has the format specified by the argument.Methods in javax0.license3j.io with parameters of type License Modifier and Type Method Description voidLicenseWriter. write(License license)Write the license to the output in binary format.voidLicenseWriter. write(License license, IOFormat format)Write the license into the output.
-