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

com.ksyun.ks3.utils.Codec Maven / Gradle / Ivy

package com.ksyun.ks3.utils;

/**
 * Codec SPI
 * 
 * @author Hanson Char
 */
interface Codec {
    public byte[] encode(byte[] src);
    public byte[] decode(byte[] src, final int length); 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy