Uses of Class
javax0.license3j.io.IOFormat
-
Packages that use IOFormat Package Description javax0.license3j.io -
-
Uses of IOFormat in javax0.license3j.io
Methods in javax0.license3j.io that return IOFormat Modifier and Type Method Description static IOFormatIOFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IOFormat[]IOFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax0.license3j.io with parameters of type IOFormat Modifier and Type Method Description 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.LicenseKeyPairKeyPairReader. readPrivate(IOFormat format)LicenseKeyPairKeyPairReader. readPublic(IOFormat format)voidKeyPairWriter. write(LicenseKeyPair pair, IOFormat format)Write the key pair into the output files.voidLicenseWriter. write(License license, IOFormat format)Write the license into the output.
-