Package javax0.license3j.io
-
Class Summary Class Description KeyPairReader Class to read a key from file.KeyPairWriter Class to write the key pair into two files.LicenseReader Reads a license from some input.LicenseWriter Write the license into the output -
Enum Summary Enum Description IOFormat License can be stored in files in three different format: BINARY is as the name suggests binary format BASE64 is the same as binary but encoded to be ascii using the Base64 ncoding STRING is a textual, human readable format that can be edited using text editor