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 License
License.Create. from(byte[] array)
Create a license from the binary byte array representation.static License
License.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 License
LicenseReader. read()
Read the license from the input assuming the license is binary formatted.License
LicenseReader. 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 void
LicenseWriter. write(License license)
Write the license to the output in binary format.void
LicenseWriter. write(License license, IOFormat format)
Write the license into the output.
-