All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.tos.internal.util.base64.CodecPolicy Maven / Gradle / Ivy

package com.volcengine.tos.internal.util.base64;

public enum CodecPolicy {
    /**
     * The strict policy. Data that causes a codec to fail should throw an exception.
     */
    STRICT,

    /**
     * The lenient policy. Data that causes a codec to fail should not throw an exception.
     */
    LENIENT
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy