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 IOFormat
IOFormat. 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 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.LicenseKeyPair
KeyPairReader. readPrivate(IOFormat format)
LicenseKeyPair
KeyPairReader. readPublic(IOFormat format)
void
KeyPairWriter. write(LicenseKeyPair pair, IOFormat format)
Write the key pair into the output files.void
LicenseWriter. write(License license, IOFormat format)
Write the license into the output.
-